GET STARTED · PRODUCT SCOPE
Goals and non-goals
Product goals
Compile a known lemma or short phrase into candidates that cover particles, endings, irregular inflection, and bounded derivation. Verify only the source regions around an anchor.
Return source spans and rule provenance so a person or agent can judge the surrounding context without losing surface-form evidence.
Non-goals
kfind does not produce whole-sentence morpheme sequences, syntactic dependencies, or semantic roles. It does not index and reverse-analyze every observed token.
Arbitrary derivation, unbounded particle or ending chains, and semantic homonym removal are not supported.
Selection guide
Use kfind to locate inflected surface forms reachable from a lemma across large codebases and documentation sets. Use a general morphological analyzer when you need whole-sentence annotation.
When combining both tools, first narrow files and spans with kfind, then analyze only the selected context.