CatgirlIntelligenceAgency/code/features-index/lexicon
2023-03-13 17:39:53 +01:00
..
src The refactoring will continue until morale improves. 2023-03-12 10:50:31 +01:00
build.gradle The refactoring will continue until morale improves. 2023-03-12 10:50:31 +01:00
readme.md More restructuring, big bug fixes in keyword extraction. 2023-03-13 17:39:53 +01:00

Lexicon

The lexicon contains a mapping for words to identifiers. This lexicon is populated from a journal. The actual word data isn't mapped, but rather a 64 bit hash.

The lexicon is written by processes/loading-process and read when services-core/index-service interprets queries.

Central Classes