Metadata-Version: 2.1
Name: ftr_classifier2
Version: 2.2
Summary: Classifies English, Dutch and German sentences in terms of how they refer to the future.
Home-page: https://github.com/jonaskonig/ftr_classifier.git
Author: cole robertson, Jonas Koenig
Author-email: pypi@jonaskoenig.com
License: MIT
Download-URL: https://github.com/jonaskonig/future_modality/archive/2.2.tar.gz
Platform: UNKNOWN
Requires-Python: >3.6.*


        This is a fork of https://pypi.org/project/ftr-classifier/ which has been updated to work with newer python versions up to 3.10
        A funktion was added, that can classify single strings(classify_str())
        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.
        
        

