0
0
Fork 0

changed some todo items

This commit is contained in:
Gibheer 2011-06-10 20:47:32 +02:00
parent 6d2ffb8ec7
commit 07a8707e75
1 changed files with 8 additions and 7 deletions

15
TODO
View File

@ -1,10 +1,11 @@
* implement stemmer for strings - implement stemmer for strings
* build an abstract stemmer class - implement a simple stemmer
* implement a simple stemmer - build an analyzer to split the strings
* build an analyzer to split the strings ? the analyzer uses tokens to split the stream
* the analyzer uses tokens to split the stream ? it can throw out string parts, which have no meaning
* it can throw out string parts, which have no meaning - builds an array of strings with number of occurences (needed for scoring)
* builds an array of strings with number of occurences (needed for scoring) * the index writer will do this, as i think the analyzer just has to
deliver the array itself
* IndexSearcher * IndexSearcher
* build indexes for attributes * build indexes for attributes
* implement tree structures for index * implement tree structures for index