Sozluk class
Sozluk is a class for making HTTP requests to the ZEMBEREK API.
Constructors
- Sozluk()
Properties
Methods
-
generateWord(
String sample, String morphemes) → Future< List> -
generateWord is a class for making HTTP requests to the ZEMBEREK API using the
sample
andmorphemes
parameter. -
lemmas(
String word) → Future< List> -
lemmas is a class for making HTTP requests to the ZEMBEREK API using the
word
parameter and printword
in the console. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
spellingCheck(
String word) → Future< String> -
spellingCheck is a class for making HTTP requests to the ZEMBEREK API using the
word
parameter. -
spellingSuggestions(
String word) → Future< List> -
spellingSuggestions is a class for making HTTP requests to the ZEMBEREK API using the
word
parameter and printword
in the console. -
toString(
) → String -
A string representation of this object.
inherited
-
zemberekAPI(
String endpoint, String body) → Future< String> -
zemberekAPI is a class for making HTTP requests to the ZEMBEREK API using the
endpoint
andbody
parameter.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited