2023-03-13 16:39:53 +00:00
|
|
|
# Language Processing
|
|
|
|
|
|
|
|
This library contains various tools used in language processing.
|
|
|
|
|
|
|
|
## Central Classes
|
|
|
|
|
2024-02-27 20:15:49 +00:00
|
|
|
* [SentenceExtractor](java/nu/marginalia/language/sentence/SentenceExtractor.java) -
|
|
|
|
Creates a [DocumentLanguageData](java/nu/marginalia/language/model/DocumentLanguageData.java) from a text, containing
|
2023-03-13 16:39:53 +00:00
|
|
|
its words, how they stem, POS tags, and so on.
|
|
|
|
|
|
|
|
## See Also
|
|
|
|
|
2024-09-22 11:56:17 +00:00
|
|
|
[converting-process/ft-keyword-extraction](../../processes/converting-process/ft-keyword-extraction) uses this code to identify which keywords
|
2024-02-28 10:40:11 +00:00
|
|
|
are important.
|