MarginaliaSearch/code/libraries/language-processing/java/nu/marginalia/language
Viktor Lofgren fa162698c2 (term-frequency) Fix concurrency issues in SentenceExtractor and TermFrequencyExporter
How'd This Ever Work? (tm)

TermFrequencyExporter was using Math.clamp() incorrectly, and SentenceExtractor was synchronizing on its own instance when initializing shared static members, causing rare issues when spinning multiple SE:s up at once.
2024-07-15 05:15:30 +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-03-19 14:28:42 +01:00
sentence (term-frequency) Fix concurrency issues in SentenceExtractor and TermFrequencyExporter 2024-07-15 05:15:30 +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