Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Minor] Add some more heuristics for stop words detection | Vsevolod Stakhov | 2020-02-08 | 1 | -0/+1 |
| | |||||
* | [Minor] Add diacritics flag for language detector | Vsevolod Stakhov | 2020-02-04 | 1 | -1/+14 |
| | |||||
* | [Rework] Add C++ guards to all headers | Vsevolod Stakhov | 2019-07-08 | 1 | -6/+16 |
| | |||||
* | [Project] Various unicode fixes in language detector | Vsevolod Stakhov | 2018-11-25 | 1 | -11/+0 |
| | |||||
* | [Feature] Store stop words and allow to query them | Vsevolod Stakhov | 2018-11-15 | 1 | -0/+10 |
| | |||||
* | [Rework] Rework language detector | Vsevolod Stakhov | 2018-09-07 | 1 | -2/+23 |
| | |||||
* | [Rework] Rework utf content processing in text parts | Vsevolod Stakhov | 2018-09-05 | 1 | -1/+1 |
| | | | | | | - Store unicode in UTF parts - Store unicode for HTML parts - Rename struct fields and split them into unicode/utf components | ||||
* | [Fix] Free language detector structures | Vsevolod Stakhov | 2018-06-14 | 1 | -0/+4 |
| | |||||
* | [Minor] Improve language detection debug logging | Vsevolod Stakhov | 2018-01-15 | 1 | -1/+3 |
| | |||||
* | [Project] Preliminary version of ngramms based language detector | Vsevolod Stakhov | 2018-01-13 | 1 | -1/+1 |
| | |||||
* | [Project] Implement logic of ngramms application | Vsevolod Stakhov | 2018-01-13 | 1 | -3/+2 |
| | |||||
* | [Project] Add detection logic for words | Vsevolod Stakhov | 2018-01-13 | 1 | -0/+1 |
| | |||||
* | [Project] Add ngramms frequencies detector | Vsevolod Stakhov | 2018-01-13 | 1 | -0/+2 |
| | |||||
* | [Project] Add random words selection logic | Vsevolod Stakhov | 2018-01-13 | 1 | -0/+15 |
| | |||||
* | [Project] Add unigramms to language detection as well | Vsevolod Stakhov | 2018-01-01 | 1 | -0/+16 |
| | |||||
* | [Project] Start language detection project | Vsevolod Stakhov | 2017-12-30 | 1 | -0/+27 |