Sozluk class

Sozluk is a class for making HTTP requests to the ZEMBEREK API.

Constructors

Sozluk()

Properties

hashCode int
The hash code for this object.
no setterinherited
ipAdresi String
final
port String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

generateWord(String sample, String morphemes) Future<List>
generateWord is a class for making HTTP requests to the ZEMBEREK API using the sample and morphemes parameter.
lemmas(String word) Future<List>
lemmas is a class for making HTTP requests to the ZEMBEREK API using the word parameter and print word 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 print word 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 and body parameter.

Operators

operator ==(Object other) bool
The equality operator.
inherited