Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Lucene
Net
Analysis
Hunspell
HunspellDictionary.SimpleFlagParsingStrategy
C# Class 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.
Inheritance:
FlagParsingStrategy
Mostrar archivo
Open project: sisve/Lucene.Net.Analysis.Hunspell
Public Methods
Method
Description
ParseFlags
(
String
rawFlags
) :
Char[]
Method Details
ParseFlags()
public
method
public
ParseFlags
(
String
rawFlags
) :
Char[]
rawFlags
String
return
Char[]