COPYING
COPYING.LESSER
MANIFEST.in
setup.py
doc/Makefile
doc/source/concepts.rst
doc/source/conf.py
doc/source/config.rst
doc/source/index.rst
doc/source/modules/resp.core.document_set.rst
doc/source/modules/resp.core.phrase.conflict_resolvers.rst
doc/source/modules/resp.core.phrase.rst
doc/source/modules/resp.core.process.rst
doc/source/modules/resp.data_structures.base.rst
doc/source/modules/resp.data_structures.best_partype.rst
doc/source/modules/resp.data_structures.graph.base.rst
doc/source/modules/resp.data_structures.graph.lemma.base.rst
doc/source/modules/resp.data_structures.graph.lemma.graphtool.rst
doc/source/modules/resp.data_structures.graph.phrase.base.rst
doc/source/modules/resp.data_structures.graph.phrase.graphtool.rst
doc/source/modules/resp.data_structures.lemma_first_occurrence.rst
doc/source/modules/resp.data_structures.table.concat.rst
doc/source/modules/resp.data_structures.table.processors.rst
doc/source/modules/resp.data_structures.table.rst
doc/source/modules/resp.data_structures.tf.rst
doc/source/modules/resp.data_structures.tfidf.rst
doc/source/modules/resp.exceptions.rst
doc/source/modules/resp.extractors.rst
doc/source/modules/resp.filters.phrase.rst
doc/source/modules/resp.filters.token.rst
doc/source/modules/resp.io_handlers.rst
doc/source/modules/resp.processors.rst
doc/source/modules/resp.storages.rst
doc/source/modules/resp.utils.config.compbuilding.rst
doc/source/modules/resp.utils.config.convert.rst
doc/source/modules/resp.utils.config.fields.rst
doc/source/modules/resp.utils.config.importing.rst
doc/source/modules/resp.utils.config.procconfig.rst
doc/source/modules/resp.utils.config.procdefstring.rst
doc/source/modules/resp.utils.json_ext.rst
doc/source/modules/resp.utils.logging.rst
doc/source/modules/resp.utils.maxdict.rst
doc/source/modules/resp.utils.register_tsv_dialect.rst
doc/source/modules/resp.utils.string.rst
resp/__init__.py
resp/default.ini
resp/exceptions.py
resp/main.py
resp/core/__init__.py
resp/core/document_set.py
resp/core/process.py
resp/core/phrase/__init__.py
resp/core/phrase/_phrase.py
resp/core/phrase/conflict_resolvers/__init__.py
resp/core/phrase/conflict_resolvers/default.py
resp/core/phrase/conflict_resolvers/ignore.py
resp/core/phrase/conflict_resolvers/max_value.py
resp/core/phrase/conflict_resolvers/maxdict.py
resp/data_structures/__init__.py
resp/data_structures/base.py
resp/data_structures/best_partype.py
resp/data_structures/lemma_first_occurrence.py
resp/data_structures/graph/__init__.py
resp/data_structures/graph/base.py
resp/data_structures/graph/graphtool_base.py
resp/data_structures/graph/lemma/__init__.py
resp/data_structures/graph/lemma/base.py
resp/data_structures/graph/lemma/graphtool.py
resp/data_structures/graph/lemma/processors/__init__.py
resp/data_structures/graph/lemma/processors/textrank/__init__.py
resp/data_structures/graph/lemma/processors/textrank/graphtool.py
resp/data_structures/graph/phrase/__init__.py
resp/data_structures/graph/phrase/base.py
resp/data_structures/graph/phrase/graphtool.py
resp/data_structures/graph/phrase/processors/__init__.py
resp/data_structures/graph/phrase/processors/textrank/__init__.py
resp/data_structures/graph/phrase/processors/textrank/graphtool.py
resp/data_structures/graph/processor_bases/__init__.py
resp/data_structures/graph/processor_bases/textrank.py
resp/data_structures/table/__init__.py
resp/data_structures/table/_table.py
resp/data_structures/table/concat.py
resp/data_structures/table/processors/__init__.py
resp/data_structures/table/processors/append.py
resp/data_structures/table/processors/cutoff.py
resp/data_structures/table/processors/difference.py
resp/data_structures/table/processors/output_arff.py
resp/data_structures/table/processors/output_list.py
resp/data_structures/table/processors/output_tsv.py
resp/data_structures/table/processors/phrase_weighter.py
resp/data_structures/table/processors/remove_substrings.py
resp/data_structures/table/processors/remove_typed_duplicates.py
resp/data_structures/table/processors/sort.py
resp/data_structures/tf/__init__.py
resp/data_structures/tf/_tf.py
resp/data_structures/tf/processors/__init__.py
resp/data_structures/tf/processors/score.py
resp/data_structures/tf/processors/score_weighter.py
resp/data_structures/tfidf/__init__.py
resp/data_structures/tfidf/_tfidf.py
resp/data_structures/tfidf/processors/__init__.py
resp/data_structures/tfidf/processors/score.py
resp/document_id_generators/__init__.py
resp/document_id_generators/base.py
resp/document_id_generators/filename.py
resp/document_id_generators/serial.py
resp/extractors/__init__.py
resp/extractors/ann.py
resp/extractors/base.py
resp/extractors/pospattern.py
resp/extractors/single_token.py
resp/filters/__init__.py
resp/filters/phrase/__init__.py
resp/filters/phrase/base.py
resp/filters/phrase/dict_lemmatizer.py
resp/filters/phrase/metadata_trimmer.py
resp/filters/phrase/partype_weights.py
resp/filters/phrase/score_cutoff.py
resp/filters/phrase/score_transfer.py
resp/filters/phrase/trim_bounds_by_score.py
resp/filters/token/__init__.py
resp/filters/token/ann.py
resp/filters/token/annprefix.py
resp/filters/token/base.py
resp/filters/token/taglist.py
resp/filters/token/translate.py
resp/filters/token/wordlist.py
resp/io_handlers/__init__.py
resp/io_handlers/base.py
resp/io_handlers/file_io.py
resp/io_handlers/string_io.py
resp/processors/__init__.py
resp/processors/base.py
resp/processors/co_occurrence_graph_edges.py
resp/processors/phrase_merger.py
resp/processors/remove_by_phrasecount.py
resp/processors/remove_subsumed.py
resp/storages/__init__.py
resp/storages/base.py
resp/storages/dict.py
resp/storages/listing.py
resp/utils/__init__.py
resp/utils/json_ext.py
resp/utils/maxdict.py
resp/utils/register_tsv_dialect.py
resp/utils/string.py
resp/utils/config/__init__.py
resp/utils/config/compbuilding.py
resp/utils/config/convert.py
resp/utils/config/fields.py
resp/utils/config/importing.py
resp/utils/config/procconfig.py
resp/utils/config/procdefstring.py
resp/utils/logging/__init__.py
resp/utils/logging/formatting.py
resp/utils/logging/setup.py
respa.egg-info/PKG-INFO
respa.egg-info/SOURCES.txt
respa.egg-info/dependency_links.txt
respa.egg-info/entry_points.txt
respa.egg-info/requires.txt
respa.egg-info/top_level.txt