aboutsummaryrefslogtreecommitdiffstats
path: root/src/libmime/lang_detection.h
Commit message (Collapse)AuthorAgeFilesLines
* [Minor] Add some more heuristics for stop words detectionVsevolod Stakhov2020-02-081-0/+1
|
* [Minor] Add diacritics flag for language detectorVsevolod Stakhov2020-02-041-1/+14
|
* [Rework] Add C++ guards to all headersVsevolod Stakhov2019-07-081-6/+16
|
* [Project] Various unicode fixes in language detectorVsevolod Stakhov2018-11-251-11/+0
|
* [Feature] Store stop words and allow to query themVsevolod Stakhov2018-11-151-0/+10
|
* [Rework] Rework language detectorVsevolod Stakhov2018-09-071-2/+23
|
* [Rework] Rework utf content processing in text partsVsevolod Stakhov2018-09-051-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 structuresVsevolod Stakhov2018-06-141-0/+4
|
* [Minor] Improve language detection debug loggingVsevolod Stakhov2018-01-151-1/+3
|
* [Project] Preliminary version of ngramms based language detectorVsevolod Stakhov2018-01-131-1/+1
|
* [Project] Implement logic of ngramms applicationVsevolod Stakhov2018-01-131-3/+2
|
* [Project] Add detection logic for wordsVsevolod Stakhov2018-01-131-0/+1
|
* [Project] Add ngramms frequencies detectorVsevolod Stakhov2018-01-131-0/+2
|
* [Project] Add random words selection logicVsevolod Stakhov2018-01-131-0/+15
|
* [Project] Add unigramms to language detection as wellVsevolod Stakhov2018-01-011-0/+16
|
* [Project] Start language detection projectVsevolod Stakhov2017-12-301-0/+27