MarginaliaSearch/code/libraries/language-processing
Viktor Lofgren fdc3efa250 (setup) Remove OpenNLP tokenization model
This update eliminates all occurrences of the OpenNLP token model from the setup script, configuration, and test files, as this model file is no longer used.
2024-11-28 16:03:05 +01:00
..
java/nu/marginalia/language (chore) Remove lombok 2024-11-11 21:14:38 +01:00
resources/dictionary (index) Remove stopword list from converter 2024-08-15 09:36:50 +02:00
test/nu/marginalia/language (setup) Remove OpenNLP tokenization model 2024-11-28 16:03:05 +01:00
test-resources/html (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
build.gradle (*) Lift jetty and guava-dependencies 2024-05-23 14:20:01 +02:00
readme.md (doc) Fix outdated links in documentation 2024-09-22 13:56:17 +02:00

Language Processing

This library contains various tools used in language processing.

Central Classes

See Also

converting-process/ft-keyword-extraction uses this code to identify which keywords are important.