Skip to content

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

Notifications You must be signed in to change notification settings

ankur-india/faqs

 
 

Repository files navigation

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:


About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%