BibleKoreanAnalyzer

constructor(userDict: UserDictionary? = BibleKoreanUserDictionary.instance, mode: KoreanTokenizer.DecompoundMode = KoreanTokenizer.DEFAULT_DECOMPOUND, stopTags: Set<POS.Tag> = KoreanPartOfSpeechStopFilter.DEFAULT_STOP_TAGS, outputUnknownUnigrams: Boolean = false, stopWords: Set<String> = setOf("의"))