File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ Uses [https://github.com/WaniKani/WanaKana](WanaKana) (MIT license) for translit
7
7
See a live demo [ on Birchlabs] ( https://birchlabs.co.uk/wasm/index.html ) .
8
8
9
9
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".
12
12
13
13
## Building
14
14
Original file line number Diff line number Diff line change @@ -263,7 +263,11 @@ <h1>MeCab in WebAssembly</h1>
263
263
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
264
264
</ pre >
265
265
</ 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 >
267
271
<!-- <div class="emscripten_border">
268
272
<canvas class="emscripten" id="canvas" oncontextmenu="event.preventDefault()" tabindex=-1></canvas>
269
273
</div> -->
You can’t perform that action at this time.
0 commit comments