Return client class object.

cotoha(access_token, base_url = "https://api.ce-cotoha.com/api/dev")

Arguments

access_token

string.

base_url

string.

Value

R6 class object having methods below.

  • parse(): Parsing dependency structure

  • ne(): Named entity extraction

  • coreference(): Reference resolution

  • keyword(): Keyword extraction

  • similarity(): Calculating similality between sentences

  • sentence_type(): Linguistic modality detection

  • user_attribute(): Speaker's characteristics recognition

  • remove_filler(): Removing fillers of sentence

  • detect_misrecognition(): Detecting misrecognition of sentence

  • sentiment(): Sentiment analysis

See also