Developing a system with multi-lingual capabilities in order to receive answer to user specific queries
-
Checkout the Code.
-
Type this into your native shell:
python AutoFAQ.py
- [Python] (http://www.python.org)
- [NLTK Library] (http://www.nltk.org)
- Numpy Library (required by nltk)
- NLTK Corpora
After you have installed the NLTK Library, do the following to download the NLTK Corpora:
-
Go to your python shell. Type:
nltk.download()
-
Download
- Brown Corpora
- Wordnet Corpora
- hmm_treebank_pos_tagger Tagger
- maxent_treebank_pos_tagger Tagger
- [Blog] (http://abhishek.cc/category/gsoc)