Skip to content

Commit 7320008

Browse files
committed
explain
1 parent bd44bc8 commit 7320008

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

mecab-web/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Uses [https://github.com/WaniKani/WanaKana](WanaKana) (MIT license) for translit
77
See a live demo [on Birchlabs](https://birchlabs.co.uk/wasm/index.html).
88

99
Japanese is a language without spaces. MeCab suggests where to put spaces.
10-
MeCab suggests how you might pronounce kanji words.
11-
MeCab deconjugates verbs, to reveal the "dictionary form".
10+
MeCab suggests how to pronounce kanji words.
11+
MeCab deconjugates verbs, revealing the "dictionary form".
1212

1313
## Building
1414

mecab-web/index.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,11 @@ <h1>MeCab in WebAssembly</h1>
263263
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
264264
</pre>
265265
</details>
266-
<br>
266+
<p>
267+
MeCab suggests where to put spaces.<br>
268+
MeCab suggests how to pronounce kanji words.<br>
269+
MeCab deconjugates verbs, revealing the "dictionary form".
270+
</p>
267271
<!-- <div class="emscripten_border">
268272
<canvas class="emscripten" id="canvas" oncontextmenu="event.preventDefault()" tabindex=-1></canvas>
269273
</div> -->

0 commit comments

Comments
 (0)