Class Utility
SmartChineseAnalyzer utility constants and methods
@lucene.experimental
Inheritance
System.Object
Utility
Assembly: Lucene.Net.Analysis.SmartCn.dll
Syntax
public class Utility : object
Fields
Name | Description |
---|---|
COMMON_DELIMITER | Delimiters will be filtered to this character by SegTokenFilter |
END_CHAR_ARRAY | |
MAX_FREQUENCE | Maximum bigram frequency (used in the smoothing function). |
NUMBER_CHAR_ARRAY | |
SPACES | Space-like characters that need to be skipped: such as space, tab, newline, carriage return. |
START_CHAR_ARRAY | |
STRING_CHAR_ARRAY |
Methods
Name | Description |
---|---|
CompareArray(Char[], Int32, Char[], Int32) | Compare two arrays starting at the specified offsets. |
CompareArrayByPrefix(Char[], Int32, Char[], Int32) | Compare two arrays, starting at the specified offsets, but treating |
GetCharType(Char) | Return the internal CharType constant of a given character. |