From 2afb76c24c3dfd441c51426fcaf5453433255665 Mon Sep 17 00:00:00 2001 From: Mohamed Amin Ben Chrifa Date: Wed, 15 Feb 2023 07:53:27 +0100 Subject: [PATCH] Add Yomi API (#78) Added a Japanese tokenizer and morphological analysis web API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0fe8f53..92ca5b9 100644 --- a/README.md +++ b/README.md @@ -961,6 +961,7 @@ For information on contributing to this project, please see the [contributing gu | [ParallelDots AI APIs](https://apis.paralleldots.com/text_docs/index.html) | Suite of Text Analysis APIs such as sentiment analysis, keyword extract and named entity extraction | `apiKey` | Yes | Yes | | [Semantira](https://semantria.readme.io/docs) | Text Analytics with sentiment analysis, categorization & named entity extraction | `OAuth` | Yes | Unknown | | [Watson Natural Language Understanding](https://www.ibm.com/watson/developercloud/natural-language-understanding/api/v1/) | Natural language processing for advanced text analysis | `OAuth` | Yes | Unknown | +| [Yomi](https://github.com/ookii-tsuki/yomi) | Japanese tokenizer and morphological analysis web API | No | Yes | Yes | **[⬆ Back to Index](#index)**