Metadata-Version: 2.1
Name: spacy_german_preprocess
Version: 0.0.2
Summary: A small package for preprocessing german text
Home-page: https://github.com/Mistscream/spacy_german_preprocessing
Author: Sebastian Jüngling
Author-email: author@example.com
License: UNKNOWN
Description: ## Preprocessing
        
        **Install:**
        The project uses pipenv to manage dependencies. You can install all requirements with the following command:
        
            $ pipenv install
            $ pipenv shell
            $ pipenv run python -m spacy download de
        
            
        **Still ToDo:**
        
         - edit stopword list
         - edit Tag list
         - maybe extend custom lemmatization json file (much work, for less output?)
         
        
        **This Project Uses the [Spacy-IWNLP](https://github.com/Liebeck/spacy-iwnlp "Spacy-IWNLP") Lemmatizations:**
        
        
        
            @InProceedings{liebeck-conrad:2015:ACL-IJCNLP,
              author    = {Liebeck, Matthias  and  Conrad, Stefan},
              title     = {{IWNLP: Inverse Wiktionary for Natural Language Processing}},
              booktitle = {Proceedings of the 53rd Annual Meeting of the Association for Computational Linguistics and the 7th International Joint Conference on Natural Language Processing (Volume 2: Short Papers)},
              year      = {2015},
              publisher = {Association for Computational Linguistics},
              pages     = {414--418},
              url       = {http://www.aclweb.org/anthology/P15-2068}
            }
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
