| 修飾子とタイプ | メソッドと説明 |
|---|---|
AdjacencyPair[] |
AdjacencyPairService.search(String category,
String language,
String firstTurn,
String matchingMethod)
Gets a list of responses corresponding to the specified utterance.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Translation[] |
BilingualDictionaryService.search(String headLang,
String targetLang,
String headWord,
String matchingMethod)
Searches the bilingual dictionary using the specified search term(s) and matching method, and returns bilingual translation.
|
TranslationWithPosition[] |
BilingualDictionaryWithLongestMatchSearchService.searchLongestMatchingTerms(String headLang,
String targetLang,
Morpheme[] morphemes)
Runs a search based on an array of morphemes.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Concept[] |
ConceptDictionaryService.searchConcepts(String language,
String word,
String matchingMethod)
Search concepts.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String[] |
DictionaryService.searchLemmaNodes(String headLang,
String lemmaLang,
String headWord,
String pronounciation,
String partOfSpeech,
String matchingMethod) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ApplicableWord[] |
ApplicableWordService.getApplicableWords(String language,
String[] categoryIds) |
ParallelText[] |
ApplicableWordService.getApplicableWordTranslation(String sourceLang,
String targetLang,
String source,
String matchingMethod,
String wordId) |
ExampleTemplate[] |
ExampleTemplateService.getExampleTemplates(String language,
String text,
String matchingMethod,
String[] categoryIds) |
ExampleTemplate[] |
ExampleTemplateService.getExampleTemplatesByExampled(String language,
String[] exampleIds) |
ParallelText[] |
ExampleTemplateService.getParallelTexts(String sourceLang,
String targetLang,
String source,
String matchingMethod,
String exampleId,
FilledBlank[] filledBlanks) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
MultilingualTranslation[] |
MultilingualDictionaryService.search(String headLang,
String[] targetLangs,
String headWord,
String matchingMethod)
Searches the bilingual dictionary using the specified search term(s) and matching method, and returns bilingual translation.
|
MultilingualTranslationWithPosition[] |
MultilingualDictionaryWithLongestMatchSearchService.searchLongestMatchingTerms(String headLang,
String[] targetLangs,
Morpheme[] morphemes)
Runs a search based on an array of morphemes.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
ParallelText[] |
ParallelTextService.search(String sourceLang,
String targetLang,
String text,
String matchingMethod)
Runs a search on the parallel text using the specified search term(s) and matching method.
|
ParallelTextWithId[] |
ParallelTextWithIdService.searchParallelTexts(String sourceLang,
String targetLang,
String text,
String matchingMethod,
String[] categoryIds) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Pictogram[] |
PictogramDictionaryService.search(String language,
String word,
String matchingMethod) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Template[] |
TemplateParallelTextService.searchTemplates(String language,
String text,
String matchingMethod,
String[] categoryIds) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
MatchingMethod |
MatchingMethodValidator.getMatchingMethod(Set<MatchingMethod> supportedMethods) |
Copyright © 2019. All rights reserved.