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

Simple implementation of {@link FlagParsingStrategy} that treats the chars in each String as a individual flags. Can be used with both the ASCII and UTF-8 flag types.
상속: FlagParsingStrategy
파일 보기 프로젝트 열기: sisve/Lucene.Net.Analysis.Hunspell

공개 메소드들

메소드 설명
ParseFlags ( String rawFlags ) : Char[]

메소드 상세

ParseFlags() 공개 메소드

public ParseFlags ( String rawFlags ) : Char[]
rawFlags String
리턴 Char[]