LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
.github/workflows/pypi.yml
.github/workflows/test.yml
docs/cookbook.ipynb
docs/index.ipynb
docs/ref.ipynb
requirements/ci.txt
requirements/dev.txt
tests/test_interpretation.py
tests/test_morph.py
tests/test_person.py
tests/test_pipeline.py
tests/test_predicate.py
tests/test_relations.py
tests/test_rule.py
tests/test_tagger.py
tests/test_tokenizer.py
yargy/__init__.py
yargy/api.py
yargy/check.py
yargy/dot.py
yargy/morph.py
yargy/parser.py
yargy/pipelines.py
yargy/record.py
yargy/span.py
yargy/tagger.py
yargy/token.py
yargy/tokenizer.py
yargy/visitor.py
yargy.egg-info/PKG-INFO
yargy.egg-info/SOURCES.txt
yargy.egg-info/dependency_links.txt
yargy.egg-info/requires.txt
yargy.egg-info/top_level.txt
yargy/interpretation/__init__.py
yargy/interpretation/attribute.py
yargy/interpretation/fact.py
yargy/interpretation/interpretator.py
yargy/interpretation/normalizer.py
yargy/predicates/__init__.py
yargy/predicates/bank.py
yargy/predicates/constructors.py
yargy/relations/__init__.py
yargy/relations/bank.py
yargy/relations/constructors.py
yargy/relations/graph.py
yargy/rule/__init__.py
yargy/rule/bnf.py
yargy/rule/constructors.py
yargy/rule/transformators.py
yargy/tree/__init__.py
yargy/tree/constructors.py
yargy/tree/transformators.py