LICENCE.txt
MANIFEST.in
README.md
setup.py
corefgraph/__init__.py
corefgraph/constants.py
corefgraph/text_processor.py
corefgraph.egg-info/PKG-INFO
corefgraph.egg-info/SOURCES.txt
corefgraph.egg-info/dependency_links.txt
corefgraph.egg-info/entry_points.txt
corefgraph.egg-info/requires.txt
corefgraph.egg-info/top_level.txt
corefgraph/graph/__init__.py
corefgraph/graph/builder.py
corefgraph/graph/nafbuilder.py
corefgraph/graph/wrapper.py
corefgraph/multisieve/__init__.py
corefgraph/multisieve/core.py
corefgraph/multisieve/extractor.py
corefgraph/multisieve/catchers/ConstituentCatcher.py
corefgraph/multisieve/catchers/EnumerableCatcher.py
corefgraph/multisieve/catchers/GoldCatcher.py
corefgraph/multisieve/catchers/NamedEntitiesCatcher.py
corefgraph/multisieve/catchers/PronounCatcher.py
corefgraph/multisieve/catchers/TrainCatcher.py
corefgraph/multisieve/catchers/__init__.py
corefgraph/multisieve/catchers/baseCatcher.py
corefgraph/multisieve/features/__init__.py
corefgraph/multisieve/features/animacyannotator.py
corefgraph/multisieve/features/baseannotator.py
corefgraph/multisieve/features/constants.py
corefgraph/multisieve/features/constructionannotator.py
corefgraph/multisieve/features/demonymannotator.py
corefgraph/multisieve/features/dependencyannotator.py
corefgraph/multisieve/features/genderannotator.py
corefgraph/multisieve/features/genericsannotator.py
corefgraph/multisieve/features/goldannotator.py
corefgraph/multisieve/features/mentiontypeannotator.py
corefgraph/multisieve/features/multiwordannotator.py
corefgraph/multisieve/features/numberannotator.py
corefgraph/multisieve/features/personannotator.py
corefgraph/multisieve/features/speakerannotator.py
corefgraph/multisieve/filters/__init__.py
corefgraph/multisieve/filters/bareNPFilter.py
corefgraph/multisieve/filters/basefilter.py
corefgraph/multisieve/filters/demonymFilter.py
corefgraph/multisieve/filters/interjectionFilter.py
corefgraph/multisieve/filters/invalidWordFilter.py
corefgraph/multisieve/filters/nonwordFilter.py
corefgraph/multisieve/filters/partitiveFilter.py
corefgraph/multisieve/filters/pleonasticFilter.py
corefgraph/multisieve/filters/quantifierFilter.py
corefgraph/multisieve/filters/quantityFilter.py
corefgraph/multisieve/filters/sameHeadFilter.py
corefgraph/multisieve/purges/__init__.py
corefgraph/multisieve/purges/appositivePurge.py
corefgraph/multisieve/purges/basepurge.py
corefgraph/multisieve/purges/predicativeNominativePurge.py
corefgraph/multisieve/purges/relativePronounPurge.py
corefgraph/multisieve/purges/singeltonPurge.py
corefgraph/multisieve/sieves/__init__.py
corefgraph/multisieve/sieves/base.py
corefgraph/multisieve/sieves/goldMatch.py
corefgraph/multisieve/sieves/headMatch.py
corefgraph/multisieve/sieves/learnMatch.py
corefgraph/multisieve/sieves/preciseConstruct.py
corefgraph/multisieve/sieves/pronounMatch.py
corefgraph/multisieve/sieves/speakerMatch.py
corefgraph/multisieve/sieves/stringMatch.py
corefgraph/multisieve/sieves/test_strictHeadMatchingSoftNE.py
corefgraph/output/__init__.py
corefgraph/output/arffwriter.py
corefgraph/output/basewriter.py
corefgraph/output/conllwriter.py
corefgraph/output/debugwriter.py
corefgraph/output/gephiwritter.py
corefgraph/output/kafwritter.py
corefgraph/output/nafwritter.py
corefgraph/output/progressbar.py
corefgraph/output/semevalwritter.py
corefgraph/output/statuswritter.py
corefgraph/output/textwritter.py
corefgraph/output/trainwriter.py
corefgraph/output/wikiwritter.py
corefgraph/process/__init__.py
corefgraph/process/corpus.py
corefgraph/process/file.py
corefgraph/properties/__init__.py
corefgraph/properties/logging.yaml
corefgraph/properties/properties_en_conll.py
corefgraph/properties/properties_es.py
corefgraph/properties/properties_es_semeval.py
corefgraph/resources/__init__.py
corefgraph/resources/dictionaries.py
corefgraph/resources/lambdas.py
corefgraph/resources/rules.py
corefgraph/resources/tagset.py
corefgraph/resources/tree.py
corefgraph/resources/files/__init__.py
corefgraph/resources/files/animate.py
corefgraph/resources/files/demonym.py
corefgraph/resources/files/gender.py
corefgraph/resources/files/number.py
corefgraph/resources/files/utils.py
corefgraph/resources/languages/__init__.py
corefgraph/resources/languages/en/__init__.py
corefgraph/resources/languages/en/determiners.py
corefgraph/resources/languages/en/pronouns.py
corefgraph/resources/languages/en/rules.py
corefgraph/resources/languages/en/stopwords.py
corefgraph/resources/languages/en/temporals.py
corefgraph/resources/languages/en/verbs.py
corefgraph/resources/languages/en/animate/__init__.py
corefgraph/resources/languages/en/animate/animate_unigrams.txt
corefgraph/resources/languages/en/animate/inanimate_unigrams.txt
corefgraph/resources/languages/en/demonym/__init__.py
corefgraph/resources/languages/en/demonym/data.txt
corefgraph/resources/languages/en/gender/__init__.py
corefgraph/resources/languages/en/gender/data.txt
corefgraph/resources/languages/en/gender/female_unigrams.txt
corefgraph/resources/languages/en/gender/male_unigrams.txt
corefgraph/resources/languages/en/gender/names_combine.txt
corefgraph/resources/languages/en/gender/neutral_unigrams.txt
corefgraph/resources/languages/en/number/__init__.py
corefgraph/resources/languages/en/number/plural_unigrams.txt
corefgraph/resources/languages/en/number/singular_unigrams.txt
corefgraph/resources/languages/es/__init__.py
corefgraph/resources/languages/es/determiners.py
corefgraph/resources/languages/es/pronouns.py
corefgraph/resources/languages/es/rules.py
corefgraph/resources/languages/es/stopwords.py
corefgraph/resources/languages/es/temporals.py
corefgraph/resources/languages/es/verbs.py
corefgraph/resources/languages/es/animate/__init__.py
corefgraph/resources/languages/es/demonym/__init__.py
corefgraph/resources/languages/es/demonym/data.txt
corefgraph/resources/languages/es/demonym/demonym_wiki_extractor.py
corefgraph/resources/languages/es/demonym/demonyn_extractor.py
corefgraph/resources/languages/es/gender/__init__.py
corefgraph/resources/languages/es/gender/generator.py
corefgraph/resources/languages/es/gender/names_combine.txt
corefgraph/resources/languages/es/number/__init__.py
corefgraph/resources/tagsets/__init__.py
corefgraph/resources/tagsets/conll/__init__.py
corefgraph/resources/tagsets/conll/namedentities.py
corefgraph/resources/tagsets/penntreebank/__init__.py
corefgraph/resources/tagsets/penntreebank/constituent.py
corefgraph/resources/tagsets/penntreebank/partofspeech.py
corefgraph/resources/tagsets/semeval_es/__init__.py
corefgraph/resources/tagsets/semeval_es/constituent.py
corefgraph/resources/tagsets/semeval_es/dependency.py
corefgraph/resources/tagsets/semeval_es/namedentities.py
corefgraph/resources/tagsets/semeval_es/partofspeech.py
corefgraph/resources/tagsets/standford/__init__.py
corefgraph/resources/tagsets/standford/dependency.py