1.0.6 • Published 1 year ago

historykana v1.0.6

Weekly downloads
2,464
License
MIT
Repository
github
Last release
1 year ago

HistoryKana

Get Japanese Furigana from input history

Circle CI

Usage

var historykana = require("historykana")

// Stock input history
var inputHistory = ["y","や","やm","やま","やまd","やまだ","山田","山田","山田t","山田た","山田たr","山田たろ","山田たろう","山田太郎","山田太郎"]

var historykana(inputHistory)
// => やまだたろう

API

historykana(inputHistories, options)

  • inputHistories (Required)
    • Input History Array
  • options
    • Option object.

Options

kanaRegexp (="^[  ぁあ-んー]*$")

Hiragana detection regular expression rule.

1.0.6

1 year ago

1.0.5

3 years ago

1.0.4

7 years ago

1.0.3

8 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago