pip install -r requirement.txt
python
and then
import nltk
nltk.download('all') # nltk.download_shell('all') on MAC
- Individual:
python -m unittest nlp.tests.search.test_search
- All:
python -m unittest discovery
Basic NLP search for extracting information from queries about flight tickets
Python