MarginaliaSearch/code/libraries/language-processing
2024-02-27 21:22:21 +01:00
..
java/nu/marginalia/language (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
resources/dictionary (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
test/nu/marginalia/language (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
test-resources/html (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
build.gradle (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
readme.md (docs) Begin un-fucking the docs after refactoring 2024-02-27 21:22:21 +01: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.