Interactive faq system: Difference between revisions

IwikiwI (talk | contribs)
An interactive FAQ system
 
IwikiwI (talk | contribs)
Line 34: Line 34:


====Inconsistencies====
====Inconsistencies====
:While for a smaller set of faq, the initial system maybe viable but for a larger set, it won't be. We will need a definitive classification system. Here steps in the multinomial Naive-Bayes classification, with supervised-learning [http://nlp.stanford.edu/IR-book/html/htmledition/text-classification-and-naive-bayes-1.html] . I am working on a basic classification system after which,
:While for a smaller set of faq, the initial system maybe viable but for a larger set, it won't be. We will need a definitive classification system. Here steps in the multinomial Naive-Bayes classification, with supervised-learning [http://nlp.stanford.edu/IR-book/html/htmledition/text-classification-and-naive-bayes-1.html]. I am working on a basic classification system which I will later on  expand with this.
I will expand to this.


====Tools Used====
====Tools Used====
:I will be using the NLTK libraries [http://www.nltk.org/] for research and proof, and a custom constructed Python library for the actual NLP processing.
:I will be using the NLTK libraries [http://www.nltk.org/] for research and proof, and a custom constructed Python library for the actual NLP processing.