1.0.6 • Published 3 years ago

historykana v1.0.6

Weekly downloads
2,464
License
MIT
Repository
github
Last release
3 years 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

3 years ago

1.0.5

4 years ago

1.0.4

8 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago