public interface DictionaryClient extends ServiceClient
Modifier and Type | Method and Description |
---|---|
ConceptNode |
getConcept(URI conceptId)
入力引数中の各conceptIdで示される概念ノードを取得する。
|
LemmaNode |
getLemma(URI lemmaId)
lemmaIdで示されるLemmaNodeを取得する。
|
URI[] |
searchLemmaNodes(Language headLang,
Language lemmaLang,
String headword,
String reading,
PartOfSpeech partOfSpeech,
DictMatchingMethod matchingMethod) |
addRequestHeader, getLastCallTree, getLastCopyrightInfo, getLastLicenseInfo, getLastName, getTreeBindings, setPassword, setUserId
URI[] searchLemmaNodes(Language headLang, Language lemmaLang, String headword, String reading, PartOfSpeech partOfSpeech, DictMatchingMethod matchingMethod) throws LangridException
LangridException
LemmaNode getLemma(URI lemmaId) throws LangridException
lemmaId
- LemmaノードIdLangridException
- 辞書サービスの利用に失敗したConceptNode getConcept(URI conceptId) throws LangridException
conceptId
- 概念ノードIDLangridException
- 辞書サービスの利用に失敗した