Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Project] Finish basic tasks in new unicode project | Vsevolod Stakhov | 2018-11-25 | 1 | -10/+20 |
* | [Project] Rework stemming | Vsevolod Stakhov | 2018-11-24 | 1 | -3/+2 |
* | [Feature] Skip stop words in statistics | Vsevolod Stakhov | 2018-11-15 | 1 | -8/+20 |
* | [Fix] Rework bayes calculations... | Vsevolod Stakhov | 2018-11-14 | 1 | -1/+1 |
* | [Minor] Further g_slice cleanup | Vsevolod Stakhov | 2017-10-28 | 1 | -2/+2 |
* | [Feature] Add unigramms support in bayes | Vsevolod Stakhov | 2017-04-13 | 1 | -0/+12 |
* | [Fix] Fix processing of small tokens vectors | Vsevolod Stakhov | 2017-04-04 | 1 | -3/+8 |
* | [Rework] Set token data as uint64_t instead of chars array | Vsevolod Stakhov | 2017-04-04 | 1 | -5/+3 |
* | [Minor] Some fixes for displaying tokens info | Vsevolod Stakhov | 2017-03-31 | 1 | -2/+3 |
* | [Feature] Store text tokens inside bayes tokens | Vsevolod Stakhov | 2017-03-31 | 1 | -11/+22 |
* | [Minor] Fix various style issues | Vsevolod Stakhov | 2017-03-23 | 1 | -1/+0 |
* | [Rework] Use a special structure for stats tokens | Vsevolod Stakhov | 2017-02-14 | 1 | -4/+10 |
* | [Feature] New abstract hashing API in cryptobox | Vsevolod Stakhov | 2016-05-10 | 1 | -3/+4 |
* | Refactor UCL API | Vsevolod Stakhov | 2016-02-16 | 1 | -5/+5 |
* | Switch the rest to apache 2 | Vsevolod Stakhov | 2016-02-04 | 1 | -21/+12 |
* | Fix tokenization | Vsevolod Stakhov | 2016-01-05 | 1 | -94/+79 |
* | Some more fixes to OSB algorithm | Vsevolod Stakhov | 2015-11-23 | 1 | -1/+4 |
* | Fix format issues found by static analysis | Vsevolod Stakhov | 2015-11-11 | 1 | -1/+1 |
* | Allow conditional build of snowball. | Vsevolod Stakhov | 2015-10-23 | 1 | -1/+0 |
* | Fix statistics. | Vsevolod Stakhov | 2015-10-06 | 1 | -2/+2 |
* | More logging updates. | Vsevolod Stakhov | 2015-08-29 | 1 | -7/+7 |
* | Fix sqlite3 backend initialization. | Vsevolod Stakhov | 2015-07-27 | 1 | -0/+1 |
* | Some more fixes to tokenizator init. | Vsevolod Stakhov | 2015-07-27 | 1 | -0/+6 |
* | Fix issues with compatibility tokenization. | Vsevolod Stakhov | 2015-07-27 | 1 | -1/+9 |
* | Fix tokenizers and mmapped file. | Vsevolod Stakhov | 2015-07-27 | 1 | -18/+49 |
* | Use new tokenization by default for created statfiles. | Vsevolod Stakhov | 2015-07-27 | 1 | -1/+1 |
* | Allow adding of prefix for tokenizers. | Vsevolod Stakhov | 2015-07-26 | 1 | -2/+14 |
* | Save OSB window index inside token. | Vsevolod Stakhov | 2015-04-13 | 1 | -0/+2 |
* | Use new siphash implementation. | Vsevolod Stakhov | 2015-04-08 | 1 | -5/+6 |
* | Add compatibility layer for tokenization. | Vsevolod Stakhov | 2015-04-01 | 1 | -2/+63 |
* | Rework osb configuration. | Vsevolod Stakhov | 2015-04-01 | 1 | -56/+112 |
* | Rework tokenization: | Vsevolod Stakhov | 2015-02-23 | 1 | -29/+123 |
* | Allow configurable tokenizers. | Vsevolod Stakhov | 2015-02-22 | 1 | -1/+1 |
* | Add initial processing routines. | Vsevolod Stakhov | 2015-01-23 | 1 | -3/+3 |
* | Rework types for tokenizers functions. | Vsevolod Stakhov | 2015-01-23 | 1 | -14/+7 |
* | Rework statistics runtime structures. | Vsevolod Stakhov | 2015-01-23 | 1 | -3/+6 |
* | New statistics token definition. | Vsevolod Stakhov | 2015-01-18 | 1 | -11/+6 |
* | Reorganize statfiles and classifiers into libstat. | Vsevolod Stakhov | 2015-01-16 | 1 | -0/+122 |