/nlp-search

Basic NLP search for extracting information from queries about flight tickets

Primary LanguagePython

Flight Search NLP

Setup

  • pip install -r requirement.txt
  • python and then
import nltk
nltk.download('all') # nltk.download_shell('all') on MAC

Testing

  • Individual: python -m unittest nlp.tests.search.test_search
  • All: python -m unittest discovery