├── LICENSE ├── README.md ├── RFmodel.ml ├── __pycache__ └── features.cpython-35.pyc ├── all_triples.py ├── analysis ├── all_triples.csv ├── featuresDump.csv ├── pythonFAQ.csv ├── sentences.csv ├── sentences1.csv └── triples.txt ├── botserver.py ├── chatbot.py ├── config └── config.ini ├── dataDump.py ├── dataLoad.py ├── features.py ├── featuresDump.py ├── getConfig.py ├── mlClassGenerateRfModel.py ├── pingDB.py ├── pwdutil.py ├── python_server_config.md ├── setupDatabase.py ├── simpleclient.py ├── slides ├── DB_schema_NLP.png ├── DB_schema_simple.png ├── Flow.jpg ├── Flow.png ├── Flow.vsd ├── anatomy_of_chatbot.png ├── chatbot_architecture.png ├── chatbot_components.png ├── chatbot_hype.jpg ├── coursera.jpg ├── fencers_sml.jpg ├── linkedin.png ├── oracle.png ├── simplebot_architecture.png ├── slides.html ├── supervised-classification.png ├── twitter_small.jpg └── twitter_sml.png ├── testBulkGrammar.sh ├── testClassifyModel.py ├── testGetAnswer.py ├── testGetGrammar.py ├── testStoreStatement.py └── utils.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/README.md -------------------------------------------------------------------------------- /RFmodel.ml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/RFmodel.ml -------------------------------------------------------------------------------- /__pycache__/features.cpython-35.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/__pycache__/features.cpython-35.pyc -------------------------------------------------------------------------------- /all_triples.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/all_triples.py -------------------------------------------------------------------------------- /analysis/all_triples.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/analysis/all_triples.csv -------------------------------------------------------------------------------- /analysis/featuresDump.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/analysis/featuresDump.csv -------------------------------------------------------------------------------- /analysis/pythonFAQ.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/analysis/pythonFAQ.csv -------------------------------------------------------------------------------- /analysis/sentences.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/analysis/sentences.csv -------------------------------------------------------------------------------- /analysis/sentences1.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/analysis/sentences1.csv -------------------------------------------------------------------------------- /analysis/triples.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/analysis/triples.txt -------------------------------------------------------------------------------- /botserver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/botserver.py -------------------------------------------------------------------------------- /chatbot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/chatbot.py -------------------------------------------------------------------------------- /config/config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/config/config.ini -------------------------------------------------------------------------------- /dataDump.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/dataDump.py -------------------------------------------------------------------------------- /dataLoad.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/dataLoad.py -------------------------------------------------------------------------------- /features.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/features.py -------------------------------------------------------------------------------- /featuresDump.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/featuresDump.py -------------------------------------------------------------------------------- /getConfig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/getConfig.py -------------------------------------------------------------------------------- /mlClassGenerateRfModel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/mlClassGenerateRfModel.py -------------------------------------------------------------------------------- /pingDB.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/pingDB.py -------------------------------------------------------------------------------- /pwdutil.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/pwdutil.py -------------------------------------------------------------------------------- /python_server_config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/python_server_config.md -------------------------------------------------------------------------------- /setupDatabase.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/setupDatabase.py -------------------------------------------------------------------------------- /simpleclient.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/simpleclient.py -------------------------------------------------------------------------------- /slides/DB_schema_NLP.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/slides/DB_schema_NLP.png -------------------------------------------------------------------------------- /slides/DB_schema_simple.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/slides/DB_schema_simple.png -------------------------------------------------------------------------------- /slides/Flow.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/slides/Flow.jpg -------------------------------------------------------------------------------- /slides/Flow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/slides/Flow.png -------------------------------------------------------------------------------- /slides/Flow.vsd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/slides/Flow.vsd -------------------------------------------------------------------------------- /slides/anatomy_of_chatbot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/slides/anatomy_of_chatbot.png -------------------------------------------------------------------------------- /slides/chatbot_architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/slides/chatbot_architecture.png -------------------------------------------------------------------------------- /slides/chatbot_components.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/slides/chatbot_components.png -------------------------------------------------------------------------------- /slides/chatbot_hype.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/slides/chatbot_hype.jpg -------------------------------------------------------------------------------- /slides/coursera.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/slides/coursera.jpg -------------------------------------------------------------------------------- /slides/fencers_sml.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/slides/fencers_sml.jpg -------------------------------------------------------------------------------- /slides/linkedin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/slides/linkedin.png -------------------------------------------------------------------------------- /slides/oracle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/slides/oracle.png -------------------------------------------------------------------------------- /slides/simplebot_architecture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/slides/simplebot_architecture.png -------------------------------------------------------------------------------- /slides/slides.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/slides/slides.html -------------------------------------------------------------------------------- /slides/supervised-classification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/slides/supervised-classification.png -------------------------------------------------------------------------------- /slides/twitter_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/slides/twitter_small.jpg -------------------------------------------------------------------------------- /slides/twitter_sml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/slides/twitter_sml.png -------------------------------------------------------------------------------- /testBulkGrammar.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/testBulkGrammar.sh -------------------------------------------------------------------------------- /testClassifyModel.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/testClassifyModel.py -------------------------------------------------------------------------------- /testGetAnswer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/testGetAnswer.py -------------------------------------------------------------------------------- /testGetGrammar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/testGetGrammar.py -------------------------------------------------------------------------------- /testStoreStatement.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/testStoreStatement.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/edbullen/NLPBot/HEAD/utils.py --------------------------------------------------------------------------------