//MetaPhrase/com.github.diegoberaldin.metaphrase.domain.glossary.usecase/GetGlossaryTermsUseCase/invoke
invoke
[jvm]
abstract suspend operator fun invoke(message: String, lang: String): List<GlossaryTermModel>
Retrieve the glossary terms (source) for a source message. This should consider the stem of the words contained in the message.
Return
list of all the matches from the glossary for the text
Parameters
jvm
message | Message text |
lang | Language code |