remove pip dependency so nlpia2 can have qary dependency
add bidict dependency to compute id2tok and tok2id efficiently
now able to install_editable.sh and pip install -e from the resulting setup.py
Updated setup.py to match dependencies and version number (0.7.5) in pyproject.toml
merged intern skills greg kalika uzi vish
Two short parallel teaching scripts for Camille to start on. Tests pass but only 40% coverage now
.gitignore pyproject.toml. add nltk_stopwords_english.json
move package to src/qary and fix cov report+doctests for BotReply() and Skill.reply(statement=None)
add some more data to the git repo and MANIFEST.in
add some more data to the git repo and MANIFEST.in
hotfix pip install "Error: file not found (data/...iana.csv)" move everything to src/qary/ including src/qary/data/constants/tlds-from-ianna.csv
hotfix pip install "Error: file not found (data/...iana.csv)" by adding to package_data and packages lists, e.g. qary.data.
hotfix pip install "Error: file not found (data/...iana.csv)
fix clibot: `qary -s quiz`, reverse dialog flow, add dict diff utility, more unittests, better history.yml