Metadata-Version: 1.2
Name: ftr_classifier
Version: 1.2.5
Summary: Classifies English, Dutch and German sentences in terms of how they refer to the future.
Home-page: https://github.com/cbjrobertson/ftr_classifier.git
Author: cole robertson
Author-email: cbjrobertson@gmail.com
License: MIT
Download-URL: https://github.com/cbjrobertson/future_modality/archive/1.2.5.tar.gz
Description: This is an implementation of the key-word analysis techniques described in Robertson et al. (TKTK). 
                
                It is designed to classify future-time-referring sentences in English, Dutch, and German in terms of whether 
                they use the accepted "future" tense morphemes (i.e. will/shall/be going to (English); zullen/gaan (Dutch); or werden (German)),
                use the present tense to refer to future time, or use an expression which specifically marks the probability of the utterance, 
                i.e. "It could rain tomorrow", or "It will probably rain tomorrow." This classifier is without doubt overfit to the data it is designed to be used on,
                and will not perform well out-of-sample. For instance, it assumes all sentences it encounters refer to future time, and that most make predictions,
                (as ooposed to talk about schedules, or intentions). It is designed to be used exclusively with data generated using
                the  Future Time Reference questionnaire described in Robertson et al (TKTK), and available for free to academic researchers,
                downloadable link to come.
                
                Any interested researchers should feel free to contact myself (Cole Robertson) at cbjrobertson@gmail.com, or open an issue for discussion
                on the project git repository.
                
                
Platform: UNKNOWN
Requires-Python: ==3.6.*
