public interface MorphologicalAnalysisService
| 修飾子とタイプ | メソッドと説明 |
|---|---|
Morpheme[] |
analyze(String language,
String text)
Morphologically analyzes the text specified by text, language, returns the results.
|
Morpheme[] analyze(String language, String text) throws AccessLimitExceededException, InvalidParameterException, LanguageNotUniquelyDecidedException, NoAccessPermissionException, NoValidEndpointsException, ProcessFailedException, ServerBusyException, ServiceNotActiveException, ServiceNotFoundException, UnsupportedLanguageException
language - Language of text(RFC3066 compliant)text - Text (required)AccessLimitExceededException - Violated an access restrictionInvalidParameterException - Either text or language is null or else an empty string.language does not comply with RFC3066LanguageNotUniquelyDecidedException - A supported language candidate could not be singly determined (Ex: when the language is specified as zh, the case where zh-Hans and zh-Hant exist as supported languages)ProcessFailedException - Response search failed due to some causeNoAccessPermissionException - The user executing the call lacks execution privilegesNoValidEndpointsException - There is no valid endpointServerBusyException - The server is loaded and cannot process it.ServiceNotActiveException - Service not activeServiceNotFoundException - The specified service was not foundUnsupportedLanguageException - The specified language is not supportedCopyright © 2019. All rights reserved.