Changes between Version 24 and Version 25 of GSoC2012/Bi-gram Language Modeling/TODOS


Ignore:
Timestamp:
19/08/12 20:12:23 (13 years ago)
Author:
Gaurav Arora
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC2012/Bi-gram Language Modeling/TODOS

    v24 v25  
    2222 * ~~Make summary of the evaluation module.~~
    2323 * ~~Add check_adhoceval to the evaluation module~~
    24  * '''Draw a list of things to investigate to find why precision is low'''
    25  * '''Reply to Parsenjit sir asking TREC Collection'''
    26  * '''Again Review papers of Unigram and Bigram to see if some thing is missed,and hence low precision'''
     24 * ~~~Draw a list of things to investigate to find why precision is low~~~
     25 * ~~~Reply to Parsenjit sir asking TREC Collection~~~
     26 * ~~~Again Review papers of Unigram and Bigram to see if some thing is missed,and hence low precision~~~
    2727 * '''Review the ToDO list and find how much time each will require'''
    28  * '''Writing Test for Bi-gram Language model,Bigram Implementation,Unigram'''
     28 * ~~~Writing Test for Bi-gram Language model,Bigram Implementation,Unigram~~~
    2929 * '''Comments by Jaylett on last meeting'''
    30  * '''Add last meeting to the Meetings Note'''
    31  * '''Index FIRE Collection with Bigrams and Stopword'''
     30 * ~~~Add last meeting to the Meetings Note~~~
     31 * ~~~Index FIRE Collection with Bigrams and Stopword~~~
    3232
    3333'''Things to Investigate for Bigram:'''
     
    3535 * ~~Index the collection with !StopWords and see if it improves. ~~ --> Improved the Performance
    3636 * ~~Check Log Param if setting large value hurts the performance~~  --> Improved the Performance
    37  *