Chris Pollett > Students > Shenoy

    Print View

    [Bio]

    [Blog]

    [CS 297 Proposal]

    [Improve Q/A Patch]

    [Literature Review]

    [Hindi Part of Speech Tagger]

    [Refactor Code and support Localization]

    [CS 297 Report-PDF]

    [CS 298 Proposal]

    [Del 1: Triplet Extractor]

    [Del 2: Lexicon in Database]

    [Del 3: Best Answer at the Top]

    [Del 4: Add Named Entities]

    [CS 298 Report-PDF]

    [CS 298 Presentation-PDF]

























Refactor the Question Answering Module Code

Description: In this deliverable I worked on refactoring the code for the Question Answering module in Yioop. I moved the entire code so that it is locale specific. I was able to remove the QuestionAnswer Extractor class which was hosting all the code for the Question Answering Module. The refactoring may helpin improving the efficiency of ths system. It also makes adding similar module for other languages easy as we just have to make chages to that particular locale.

The patch for refactoring can be found Refactoring Patch