Changes between Version 24 and Version 25 of GSoC2012/Bi-gram Language Modeling/TODOS
- Timestamp:
- 19/08/12 20:12:23 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GSoC2012/Bi-gram Language Modeling/TODOS
v24 v25 22 22 * ~~Make summary of the evaluation module.~~ 23 23 * ~~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~~~ 27 27 * '''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~~~ 29 29 * '''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~~~ 32 32 33 33 '''Things to Investigate for Bigram:''' … … 35 35 * ~~Index the collection with !StopWords and see if it improves. ~~ --> Improved the Performance 36 36 * ~~Check Log Param if setting large value hurts the performance~~ --> Improved the Performance 37 *