Uses of Enum Class
net.zemberek.islemler.cozumleme.CozumlemeSeviyesi
Packages that use CozumlemeSeviyesi
-
Uses of CozumlemeSeviyesi in net.zemberek.erisim
Methods in net.zemberek.erisim with parameters of type CozumlemeSeviyesiModifier and TypeMethodDescriptionKelime[]
Zemberek.asciiCozumle
(String giris, CozumlemeSeviyesi seviye) Kelime[]
Zemberek.kelimeCozumle
(String giris, CozumlemeSeviyesi strateji) performs morphological parsing of the word. -
Uses of CozumlemeSeviyesi in net.zemberek.islemler.cozumleme
Subclasses with type arguments of type CozumlemeSeviyesi in net.zemberek.islemler.cozumlemeModifier and TypeClassDescriptionenum
Bu enumerasyon sinifi cozumleme islemi stratejisini belirler.Methods in net.zemberek.islemler.cozumleme that return CozumlemeSeviyesiModifier and TypeMethodDescriptionstatic CozumlemeSeviyesi
Returns the enum constant of this class with the specified name.static CozumlemeSeviyesi[]
CozumlemeSeviyesi.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.zemberek.islemler.cozumleme with parameters of type CozumlemeSeviyesiModifier and TypeMethodDescriptionKelime[]
KelimeCozumleyici.cozumle
(String strGiris, CozumlemeSeviyesi seviye) Kelime[]
StandartCozumleyici.cozumle
(String strGiris, CozumlemeSeviyesi seviye) eger hepsiniCozumle=true ise dogru olabilecek tum kok ve ek kombinasyonlarini dondurur.