C# 클래스 Lucene.Net.Analysis.Hunspell.HunspellDictionary.FlagParsingStrategy

Abstraction of the process of parsing flags taken from the affix and dic files
파일 보기 프로젝트 열기: sisve/Lucene.Net.Analysis.Hunspell

공개 메소드들

메소드 설명
ParseFlag ( String rawFlag ) : Char

Parses the given String into a single flag.

ParseFlags ( String rawFlags ) : Char[]

Parses the given String into multiple flag.

메소드 상세

ParseFlag() 공개 메소드

Parses the given String into a single flag.
public ParseFlag ( String rawFlag ) : Char
rawFlag String String to parse into a flag.
리턴 Char

ParseFlags() 공개 추상적인 메소드

Parses the given String into multiple flag.
public abstract ParseFlags ( String rawFlags ) : Char[]
rawFlags String String to parse into a flags.
리턴 Char[]