IAnalyser
- Namespace
- Rowles.LeanLucene.Analysis.Analysers
- Assembly
- Rowles.LeanLucene.dll
Analyses input text into a list of tokens for indexing or querying.
public interface IAnalyser
Methods
Analyse(ReadOnlySpan<char>)
Analyses the input text and returns a list of tokens.