| 修飾子とタイプ | メソッドと説明 |
|---|---|
TranslationWithPosition[] |
BilingualDictionaryWithLongestMatchSearchService.searchLongestMatchingTerms(String headLang,
String targetLang,
Morpheme[] morphemes)
Runs a search based on an array of morphemes.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Morpheme[] |
Chunk.getMorphemes()
Gets the array of the morphemes making up the word (chunk).
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Chunk[] |
MorphemesDependencyParserService.parseDependency(String language,
Morpheme[] morphs)
Analyzes the dependency relationship of morpheme array.
|
void |
Chunk.setMorphemes(Morpheme[] morphemes)
Sets the array of the morphemes making up the word (chunk).
|
| コンストラクタと説明 |
|---|
Chunk(String chunkId,
Morpheme[] morphemes,
Dependency dependency)
Constructor.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Morpheme[] |
MorphologicalAnalysisService.analyze(String language,
String text)
Morphologically analyzes the text specified by text, language, returns the results.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
MultilingualTranslationWithPosition[] |
MultilingualDictionaryWithLongestMatchSearchService.searchLongestMatchingTerms(String headLang,
String[] targetLangs,
Morpheme[] morphemes)
Runs a search based on an array of morphemes.
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
static String |
MorphemeUtil.joinWords(Morpheme[] morphs) |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Morpheme[] |
SourceAndMorphemesAndCodes.getMorphemes() |
Morpheme[] |
SourceAndMorphemesAndCodes2.getMorphemes() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
SourceAndMorphemesAndCodes |
ConstructSourceAndMorphemesAndCodesService.constructSMC(String sourceLang,
Morpheme[] morphemes,
TranslationWithPosition[] translations) |
TranslationWithPosition[] |
GetLongestMatchingTermService.getLongestMatchingTerm(String headLang,
Morpheme[] morphemes,
int startIndex,
Translation[] translations) |
TranslationWithPosition[] |
TemporalBilingualDictionaryWithLongestMatchSearchSerivce.searchAllLongestMatchingTerms(String headLang,
Morpheme[] morphemes,
Translation[] temporalDict) |
void |
SourceAndMorphemesAndCodes.setMorphemes(Morpheme[] morphemes) |
void |
SourceAndMorphemesAndCodes2.setMorphemes(Morpheme[] morphemes) |
| コンストラクタと説明 |
|---|
SourceAndMorphemesAndCodes(String source,
Morpheme[] morphemes,
String[] codes,
String[] headWords,
String[] targetWords) |
SourceAndMorphemesAndCodes2(String source,
Morpheme[] morphemes,
CodeAndWords[] codeAndWords) |
| コンストラクタと説明 |
|---|
SourceAndMorphemesAndCodes(String source,
Collection<Morpheme> morphemes,
Collection<String> codes,
Collection<String> headWords,
Collection<String> targetWords) |
Copyright © 2019. All rights reserved.