MarginaliaSearch/code/libraries/language-processing/java/nu/marginalia/language
Viktor Lofgren adc90c8f1e (sentence-extractor) Fix resource leak in sentence extractor
The code would always re-initialize the static ngramLexicon and rdrposTagger fields with new instances even if they were already instantiated, leading to a ton of unnecessary RAM allocation.

The modified behavior checks for nullity before creating a new instance.
2024-04-24 14:44:38 +02:00
..
encoding (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
filter (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
model (convert) Initial integration of segmentation data into the converter's keyword extraction logic 2024-04-24 14:44:17 +02:00
sentence (sentence-extractor) Fix resource leak in sentence extractor 2024-04-24 14:44:38 +02:00
WordDictionary.java (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00
WordPatterns.java (refac) Remove src/main from all source code paths. 2024-02-23 16:13:40 +01:00