메소드 | 설명 | |
---|---|---|
ExpandAcronymsFilter ( |
||
IncrementToken ( ) : bool |
메소드 | 설명 | |
---|---|---|
RemoveSubstring ( string original, string substring ) : string |
This method removes a substring from a given string. For example given "foobar", "foo", it will return "bar". It ignores case, so "FOOba", "foo" will also return "bar".
|
public ExpandAcronymsFilter ( |
||
input | ||
acronymExpansionProvider | IAcronymExpansionProvider | |
리턴 | System |