Skip to content

Releases: azu/kuromojin

1.3.0

04 Jun 15:23
@azu azu
Compare
Choose a tag to compare

Features

  • kuromojin: getTokenizer support options(afe4714)

1.2.1

27 Apr 16:24
@azu azu
Compare
Choose a tag to compare

Bug Fixes

@1.2.0

Unhandled rejection TypeError: (0 , _kuromojin2.default) is not a function

import kuromojin from "kuromojin"
console.log(kuromojin); // undefined

@1.2.1

import kuromojin from "kuromojin"
console.log(kuromojin); // getTokenize

1.2.0

26 Mar 05:05
@azu azu
Compare
Choose a tag to compare

Features

  • api: export {tokenize} function (a7c4e62)