Class ApostropheFilter
Strips all characters after an apostrophe (including the apostrophe itself).
In Turkish, apostrophe is used to separate suffixes from proper names (continent, sea, river, lake, mountain, upland, proper names related to religion and mythology). This filter intended to be used before stem filters. For more information, see Role of Apostrophes in Turkish Information Retrieval
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 ApostropheFilter : TokenFilter, IDisposable
Constructors
Name | Description |
---|---|
ApostropheFilter(TokenStream) |
Methods
Name | Description |
---|---|
IncrementToken() |