| 修飾子とタイプ | メソッドと説明 |
|---|---|
BackTranslationResult |
BackTranslationService.backTranslate(String sourceLang,
String intermediateLang,
String source)
Runs back translation.
|
BackTranslationResult |
BackTranslationWithTemporalDictionaryService.backTranslate(String sourceLang,
String intermediateLang,
String source,
Translation[] temporalDict,
String dictTargetLang)
Run translation.
|
BackTranslationResult[] |
MultistatementBackTranslationService.multistatementBackTranslate(String sourceLang,
String intermediateLang,
String[] sources)
Run back translation.
|
BackTranslationResult[] |
MultistatementBackTranslationWithTemporalDictionaryService.multistatementBackTranslate(String sourceLang,
String intermediateLang,
String[] sources,
Translation[] temporalDict,
String dictTargetLang)
Run translation.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String[] |
BilingualDictionaryHeadwordsExtractionService.extract(String headLang,
String targetLang,
String text) |
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.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String[] |
DictionaryService.searchLemmaNodes(String headLang,
String lemmaLang,
String headWord,
String pronounciation,
String partOfSpeech,
String matchingMethod) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
ExampleBasedTranslationService.appendExamples(String corpusId,
String sourceLang,
String targetLang,
ParallelText[] examples) |
String |
ExampleBasedTranslationService.createTrainingCorpus(String sourceLang,
String targetLang,
ParallelText[] examples) |
void |
ExampleBasedTranslationService.replaceExamples(String corpusId,
String sourceLang,
String targetLang,
ParallelText[] examples) |
String |
ExampleBasedTranslationService.translate(String sourceLang,
String targetLang,
String source) |
String |
ExampleBasedTranslationService.translateWithTrainingCorpus(String[] corpusIds,
String sourceLang,
String targetLang,
String source) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String[] |
MultilingualTranslationService.multilingualTranslate(String sourceLang,
String[] targetLangs,
String source)
Run a multilingual translation.
|
String[] |
MultilingualTranslationWithTemporalDictionaryService.multilingualTranslate(String sourceLang,
String[] targetLangs,
String source,
MultilingualTranslation[] temporalDict,
String[] dictTargetLangs)
Run a multilingual translation.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String[] |
MetadataForParallelTextService.getMetadata(String Id) |
String[] |
MetadataForParallelTextService.getMetadataSchema() |
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.
|
String[] |
MetadataForParallelTextService.searchCandidatesWithMetadata(String query,
String matchingMethod) |
ParallelTextWithId[] |
ParallelTextWithIdService.searchParallelTexts(String sourceLang,
String targetLang,
String text,
String matchingMethod,
String[] categoryIds) |
ParallelTextWithMetadata[] |
ParallelTextWithEmbeddedMetadataService.searchParallelTextsByMetadata(String sourceLang,
String targetLang,
String[] metadata,
String text,
String matchingMethod) |
ParallelTextWithId[] |
ParallelTextWithExternalMetadataService.searchParallelTextsFromCandidates(String sourceLang,
String targetLang,
String text,
String matchingMethod,
String[] candidateIds) |
String[] |
ParallelTextWithEmbeddedMetadataService.searchSupportedMetadata(String query,
String matchingMethod) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
double |
QualityEstimationService.estimate(String sourceLang,
String targetLang,
String source,
String target)
Run quality estimation
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
RecognizeAndTranslateResult |
SpeechRecognitionAndTranslationService.recognizeAndTranslate(String speechLang,
Speech speech,
String targetLang) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Speech |
SpeechTranslationService.translate(String sourceLang,
String targetLang,
Speech source,
String targetVoiceType,
String targetAudioType) |
Speech |
TranslationAndSpeechService.translateAndSpeak(String sourceLang,
String targetLang,
String source,
String targetVoiceType,
String targetAudioType) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
String[] |
TranslationWithInternalDictionaryService.getSupportedInternalDictionaryIds(String sourceLang,
String targetLang) |
String[] |
MultistatementTranslationService.multistatementTranslate(String sourceLang,
String targetLang,
String[] sources)
Run translation.
|
String[] |
MultistatementTranslationWithTemporalDictionaryService.multistatementTranslate(String sourceLang,
String targetLang,
String[] sources,
Translation[] temporalDict,
String dictTargetLang)
Run translation.
|
String |
TranslationService.translate(String sourceLang,
String targetLang,
String source)
Run translation.
|
String |
TranslationWithTemporalDictionaryService.translate(String sourceLang,
String targetLang,
String source,
Translation[] temporalDict,
String dictTargetLang)
Run translation.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
SelectionResult |
TranslationSelectionService.select(String sourceLang,
String targetLang,
String source)
Run translation.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static LanguagePair |
LanguageParameterValidator.getUniqueLanguagePair(String parameterName1,
String parameterName2,
Language language1,
Language language2,
Collection<LanguagePair> candidates) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
LanguagePair |
LanguagePairValidator.getUniqueLanguagePair(Collection<LanguagePair> supportedPairs) |
Copyright © 2019. All rights reserved.