Changes

Jump to navigation Jump to search
Line 9: Line 9:  
:My idea to utilize this framework is in two ways: A simple faq-ircbot, and as an activity within Sugar.
 
:My idea to utilize this framework is in two ways: A simple faq-ircbot, and as an activity within Sugar.
   −
:'''As an activity''':
+
:'''AS AN ACTIVITY''':
 
:As an activity, it would be a simple IM like interface (though squeak looks nice) which responds to user's queries. And it would have an interface for user's to input their own faqs, and community members for community driven faqs (which get higher priority) through the internet.
 
:As an activity, it would be a simple IM like interface (though squeak looks nice) which responds to user's queries. And it would have an interface for user's to input their own faqs, and community members for community driven faqs (which get higher priority) through the internet.
   −
:'''As an irc-bot''':
+
:'''AS AN IRC-BOT''':
 
:As an irc-bot, it would live on a server, and would get only community driven updates. The bot would respond to any question it thinks is a nice match, and would respond with an answer.
 
:As an irc-bot, it would live on a server, and would get only community driven updates. The bot would respond to any question it thinks is a nice match, and would respond with an answer.
    +
:'''ADDING NEW CONTENT''': Adding new faq content is done by having the bot remember certain nicks of #sugar users, and have them update the FAQ with a command. The same community driven FAQ is used by the Activity.
    
====Use Cases====
 
====Use Cases====
Line 34: Line 35:     
====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.
143

edits

Navigation menu