LICENSE
README.md
setup.py
docs/__init__.py
richard/Domain.py
richard/Pipeline.py
richard/__init__.py
richard/constants.py
richard.egg-info/PKG-INFO
richard.egg-info/SOURCES.txt
richard.egg-info/dependency_links.txt
richard.egg-info/top_level.txt
richard/block/FindAll.py
richard/block/FindOne.py
richard/block/Succeed.py
richard/block/TryFirst.py
richard/block/__init__.py
richard/entity/BlockResult.py
richard/entity/ControlBlock.py
richard/entity/Entity.py
richard/entity/GrammarRule.py
richard/entity/GrammarRules.py
richard/entity/Log.py
richard/entity/ParseTreeNode.py
richard/entity/ProcessResult.py
richard/entity/Relation.py
richard/entity/RuleConstituent.py
richard/entity/SentenceRequest.py
richard/entity/__init__.py
richard/interface/SomeLanguageSelector.py
richard/interface/SomeLogger.py
richard/interface/SomeParser.py
richard/interface/SomeProcessor.py
richard/interface/SomeSemanticComposer.py
richard/interface/SomeSemanticExecutor.py
richard/interface/SomeTokenizer.py
richard/interface/__init__.py
richard/processor/__init__.py
richard/processor/language_selector/LanguageSelector.py
richard/processor/language_selector/Multilingual.py
richard/processor/language_selector/__init__.py
richard/processor/parser/BasicParser.py
richard/processor/parser/__init__.py
richard/processor/parser/earley/EarleyParser.py
richard/processor/parser/earley/__init__.py
richard/processor/parser/earley/tree_extract.py
richard/processor/parser/earley/unknown_word.py
richard/processor/parser/earley/entity/Chart.py
richard/processor/parser/earley/entity/ChartState.py
richard/processor/parser/earley/entity/__init__.py
richard/processor/parser/helper/SimpleGrammarRulesParser.py
richard/processor/parser/helper/__init__.py
richard/processor/semantic_composer/SemanticComposer.py
richard/processor/semantic_composer/__init__.py
richard/processor/semantic_executor/SemanticExecutor.py
richard/processor/semantic_executor/__init__.py
richard/processor/tokenizer/BasicTokenizer.py
richard/processor/tokenizer/__init__.py
richard/semantics/__init__.py
richard/semantics/commands.py
richard/store/MemoryDb.py
richard/store/Record.py
richard/store/RecordSet.py
richard/store/__init__.py
richard/type/PositionType.py
richard/type/SimpleGrammar.py
richard/type/SimpleGrammarRule.py
richard/type/__init__.py
tests/Chat80_test.py
tests/Composer_test.py
tests/EarleyParser_test.py
tests/Executor_test.py
tests/Multilingual_test.py
tests/Parser_test.py
tests/Postgres_test.py
tests/Quantifier_test.py
tests/Tokenizer_test.py
tests/__init__.py