Example #1
0
 private TurkishMorphology GetMorphology(params string[] lines)
 {
     return(TurkishMorphology
            .Builder()
            .SetLexicon(lines)
            .DisableCache()
            .Build());
 }