public class BilingualDictionaryWithLongestMatchSearchClientImpl extends ServiceClientImpl implements BilingualDictionaryWithLongestMatchSearchClient
ServiceClientImpl.ServiceExecutor<T,U>| Constructor and Description |
|---|
BilingualDictionaryWithLongestMatchSearchClientImpl(URL url)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getLastUpdate() |
LanguagePair[] |
getSupportedLanguagePairs() |
String[] |
getSupportedMatchingMethods() |
Translation[] |
search(Language headLang,
Language targetLang,
String headWord,
MatchingMethod matchingMethod) |
TranslationWithPosition[] |
searchLongestMatchingTerms(Language headLang,
Language targetLang,
Morpheme[] morphemes) |
addHeaders, addRequestHeader, convert, createChannel, execute, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getPassword, getRequestHeaders, getTreeBindings, getUrl, getUserId, setPassword, setUserIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddRequestHeader, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, setPassword, setUserIdpublic BilingualDictionaryWithLongestMatchSearchClientImpl(URL url)
url - The invocation url of the service.public Translation[] search(Language headLang, Language targetLang, String headWord, MatchingMethod matchingMethod) throws LangridException
search in interface BilingualDictionaryClientLangridExceptionpublic TranslationWithPosition[] searchLongestMatchingTerms(Language headLang, Language targetLang, Morpheme[] morphemes) throws LangridException
searchLongestMatchingTerms in interface BilingualDictionaryWithLongestMatchSearchClientLangridExceptionpublic LanguagePair[] getSupportedLanguagePairs() throws LangridException
getSupportedLanguagePairs in interface BilingualDictionaryClientLangridExceptionpublic String[] getSupportedMatchingMethods() throws LangridException
getSupportedMatchingMethods in interface BilingualDictionaryClientLangridExceptionpublic Calendar getLastUpdate() throws LangridException
getLastUpdate in interface BilingualDictionaryClientLangridException