Metadata-Version: 2.1
Name: Udep2Mono
Version: 0.0.1
Summary: Aautomatic monotonicity markings from Universal Dependency trees
Home-page: https://github.com/eric11eca/Universal-Dependency-Polarity-Marking.git
Author: Zeming Chen
Author-email: chenz16@rose-hulman.edu
License: UNKNOWN
Description: # Udep2Mono: Monotonicity Marking from Universal Dependency Trees
        
        ## Install
        1. `git clone`
        2. `pip install -r requirements.txt`
        
        ## Run
        Start Stanford CoreNLP server
        
        `java -mx4g -cp "*" edu.stanford.nlp.pipeline.StanfordCoreNLPServer -port 9000 -timeout 15000`
        
        Polarize Evaluation Dataset
        
        `python main.py --dataset gold --pos <0 or 1> --mode eval --parser <parser>`
        
        Polarize Working Dataset
        
        `python main.py --dataset <your dataset name> --pos <0 or 1> --mode polarize --parser <parser>`
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
