This commit is contained in:
rjawor 2015-09-07 08:15:46 +02:00
parent cdeb57ccfa
commit fd32ff7e12

View File

@ -1,4 +1,6 @@
---------------------------- Developer's private notes (language may vary, bo tak czasem wygodniej) -----------------------------
- document analysis - concordia score should be calculated for a document. Idea - for each fragment: (fragment length/document length) * log penalty at sentence level.
- moving/extending concordia matches on demand - powered by concordia-server
- rethink passing variables such as TokenizedSentence by smart pointers. Consider using references in getters.
- multiple indexes based on different hashes. One can be word-net base forms, other - pos-tags and so on. Develop a method of combining results.
IN PROGRESS - document the code (classes, cfg files) and update tutorial