Class TruncateTokenFilter
A token filter for truncating the terms into a specific length. Fixed prefix truncation, as a stemming method, produces good results on Turkish language. It is reported that F5, using first 5 characters, produced best results in Information Retrieval on Turkish Texts
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Lucene.Net.Analysis.Common.dll
Syntax
[Serializable]
public sealed class TruncateTokenFilter : TokenFilter, IDisposable
Constructors
Name | Description |
---|---|
TruncateTokenFilter(TokenStream, Int32) |
Methods
Name | Description |
---|---|
IncrementToken() |