Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 837 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 837 Bytes

AutoFAQ

Developing a system with multi-lingual capabilities in order to receive answer to user specific queries

To Run The Code:


  1. Checkout the Code.

  2. Type this into your native shell:

     python AutoFAQ.py
    

Dependencies:


After you have installed the NLTK Library, do the following to download the NLTK Corpora:

  1. Go to your python shell. Type:

     nltk.download()
    
  2. Download

    • Brown Corpora
    • Wordnet Corpora
    • hmm_treebank_pos_tagger Tagger
    • maxent_treebank_pos_tagger Tagger

Further Information: