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, setUserId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addRequestHeader, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, setPassword, setUserId
public 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 BilingualDictionaryClient
LangridException
public TranslationWithPosition[] searchLongestMatchingTerms(Language headLang, Language targetLang, Morpheme[] morphemes) throws LangridException
searchLongestMatchingTerms
in interface BilingualDictionaryWithLongestMatchSearchClient
LangridException
public LanguagePair[] getSupportedLanguagePairs() throws LangridException
getSupportedLanguagePairs
in interface BilingualDictionaryClient
LangridException
public String[] getSupportedMatchingMethods() throws LangridException
getSupportedMatchingMethods
in interface BilingualDictionaryClient
LangridException
public Calendar getLastUpdate() throws LangridException
getLastUpdate
in interface BilingualDictionaryClient
LangridException