LICENSE
README.md
setup.py
richard/block/FindAll.py
richard/block/FindOne.py
richard/block/Succeed.py
richard/block/TryFirst.py
richard/core/BasicGenerator.py
richard/core/DialogTester.py
richard/core/Logger.py
richard/core/Model.py
richard/core/Solver.py
richard/core/System.py
richard/core/atoms.py
richard/core/constants.py
richard/data_source/CsvImporter.py
richard/data_source/MySqlDataSource.py
richard/data_source/PsycoPg2DataSource.py
richard/data_source/PsycoPg3DataSource.py
richard/data_source/SimpleDataSource.py
richard/data_source/SparqlDataSource.py
richard/data_source/Sqlite3DataSource.py
richard/data_source/WikidataDataSource.py
richard/entity/BlockResult.py
richard/entity/ControlBlock.py
richard/entity/GrammarRule.py
richard/entity/GrammarRules.py
richard/entity/ParseTreeNode.py
richard/entity/ProcessResult.py
richard/entity/ReifiedVariable.py
richard/entity/Relation.py
richard/entity/ResultIterator.py
richard/entity/RuleConstituent.py
richard/entity/SentenceRequest.py
richard/entity/Variable.py
richard/grammar/en_us_write.py
richard/interface/Product.py
richard/interface/SomeClearableDb.py
richard/interface/SomeDataSource.py
richard/interface/SomeGenerator.py
richard/interface/SomeLogger.py
richard/interface/SomeModule.py
richard/interface/SomeParseTreeSortHeuristics.py
richard/interface/SomeProcessor.py
richard/interface/SomeQueryOptimizer.py
richard/interface/SomeResponseHandler.py
richard/interface/SomeSolver.py
richard/module/BasicDialogContext.py
richard/module/BasicOutputBuffer.py
richard/module/CoreModule.py
richard/module/GrammarModule.py
richard/module/InferenceModule.py
richard/module/SimpleMemoryModule.py
richard/module/helper/SimpleInferenceRuleParser.py
richard/processor/language_selector/LanguageSelector.py
richard/processor/language_selector/LanguageSelectorProduct.py
richard/processor/language_selector/Multilingual.py
richard/processor/parser/BasicParser.py
richard/processor/parser/BasicParserProduct.py
richard/processor/parser/earley/EarleyParser.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/helper/SimpleGrammarRulesParser.py
richard/processor/parser/helper/grammar_functions.py
richard/processor/parser/tree_sort_heuristics/BasicParseTreeSortHeuristics.py
richard/processor/parser/tree_sort_heuristics/SortByBoost.py
richard/processor/parser/tree_sort_heuristics/SortByRegExpCount.py
richard/processor/parser/tree_sort_heuristics/SortByTreeDepth.py
richard/processor/semantic_composer/SemanticComposer.py
richard/processor/semantic_composer/SemanticComposerProduct.py
richard/processor/semantic_composer/helper/VariableGenerator.py
richard/processor/semantic_composer/optimizer/BasicQueryOptimizer.py
richard/processor/semantic_composer/optimizer/FrontResolveName.py
richard/processor/semantic_composer/optimizer/IsolateIndependentParts.py
richard/processor/semantic_composer/optimizer/SortByCost.py
richard/processor/semantic_executor/AtomExecutor.py
richard/processor/semantic_executor/AtomExecutorProduct.py
richard/richard.egg-info/PKG-INFO
richard/richard.egg-info/SOURCES.txt
richard/richard.egg-info/dependency_links.txt
richard/richard.egg-info/top_level.txt
richard/type/ExecutionContext.py
richard/type/InferenceRule.py
richard/type/OrderedSet.py
richard/type/PositionType.py
richard/type/SemanticTemplate.py
richard/type/SimpleGrammar.py
richard/type/SimpleGrammarRule.py