Add Yomi API (#78)

Added a Japanese tokenizer and morphological analysis web API
This commit is contained in:
Mohamed Amin Ben Chrifa 2023-02-15 07:53:27 +01:00 committed by GitHub
parent 2ffe7efee8
commit 2afb76c24c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)**