CatgirlIntelligenceAgency/code/libraries/language-processing
Viktor Lofgren c41e68aaab (control) New export actions for RSS/Atom feeds and term frequency data
This commit also refactors the executor a bit, and introduces a new converter-feature called data-extractors for this class of jobs.
2024-01-15 14:54:26 +01:00
..
src (control) New export actions for RSS/Atom feeds and term frequency data 2024-01-15 14:54:26 +01:00
build.gradle (build) Move unit test configuration to root build.gradle 2023-10-04 12:46:22 +02:00
readme.md (refactor) Remove features-search and update documentation 2023-10-09 15:12:30 +02:00

Language Processing

This library contains various tools used in language processing.

Central Classes

See Also

features-convert/keyword-extraction uses this code to identify which keywords are important.

features-qs/query-parser also does some language processing.