BibleVietnameseAnalyzer
class BibleVietnameseAnalyzer(config: VietnameseConfig, stopWords: CharArraySet = VietnameseAnalyzer.getDefaultStopSet()) : StopwordAnalyzerBase
Analyzer for Vietnamese bible text with Jesus-Christ compound expansion.
Constructors
Link copied to clipboard
constructor(config: VietnameseConfig, stopWords: CharArraySet = VietnameseAnalyzer.getDefaultStopSet())
constructor()