mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-24 13:19:02 +00:00
![]() This was due to a discrepancy between the KeywordPositionBitmask and WordsTfIdfCounts' concept of a keyword. |
||
---|---|---|
.. | ||
src | ||
build.gradle | ||
readme.md |
Keyword Extraction
This code deals with identifying keywords in a document, their positions in the document, their important based on TF-IDF and their grammatical functions based on POS tags.
Central Classes
See Also
- libraries/language-processing does a lot of the heavy lifting.