MarginaliaSearch/code/processes/converting-process/ft-keyword-extraction
2024-11-25 18:29:21 +01:00
..
java/nu/marginalia/keyword (minor) Remove delomobok debris 2024-11-25 18:29:21 +01:00
test/nu/marginalia (chore) Remove lombok 2024-11-11 21:14:38 +01:00
test-resources/test-data (restructure) Clean up repo by moving stray features into converter-process and crawler-process 2024-07-30 10:14:00 +02:00
build.gradle (restructure) Clean up repo by moving stray features into converter-process and crawler-process 2024-07-30 10:14:00 +02:00
readme.md (doc) Correct dead links and stale information in the docs 2024-09-13 11:01:05 +02:00

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