From 1458eb4f8f762c3a1dbebf51db517d050b939230 Mon Sep 17 00:00:00 2001 From: Megan Sharp Date: Thu, 8 Feb 2024 15:16:08 -0800 Subject: [PATCH] Better README header with better badges --- README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 07299ec..32374d3 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,16 @@ -[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) -[![experimental](http://badges.github.io/stability-badges/dist/experimental.svg)](http://github.com/badges/stability-badges) +
+

bunsetsu

+
+

+ A wrapper library around kuromoji that intelligently groups Japanese morphemes into words +

+
+ Build Status + GitHub License + Static Badge +
-# bunsetsu -A wrapper library around [kuromoji](https://github.com/takuyaa/kuromoji.js) that intelligently groups Japanese morphemes into words +## About Kuromoji and other morphological parsers tokenize Japanese sentences into morphemes, which may or may not correspond to what we typically think of as word unit. This means that conjugations of a verb are typically parsed as multiple tokens separate from the stem-form of the word. For example, the te-form of a verb, such as 食べる (taberu), is parsed as 食べ and て instead of together as 食べて. @@ -54,4 +62,4 @@ bunsetsu is licensed under the MIT license. ### Kuromoji -This project uses [kuromoji](https://github.com/takuyaa/kuromoji.js), which is licensed under the Apache 2.0 license. \ No newline at end of file +This project uses [kuromoji](https://github.com/takuyaa/kuromoji.js), which is licensed under the Apache 2.0 license.