Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
polm committed Aug 13, 2020
1 parent 2994a61 commit 509ea48
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,14 @@ Example use with [fugashi](https://github.com/polm/fugashi), though [mecab-pytho
tagger = fugashi.Tagger('-d{}'.format(unidic.DICDIR))
# that's it!

## Differences from the Official UniDic Release

This has a few changes from the official UniDic release to make it easier to use.

- entries for 令和 have been added
- single-character numeric and alphabetic words have been deleted
- `unk.def` has been modified so unknown punctuation won't be marked as a noun

# License

The modern Japanese UniDic is available under the GPL, LGPL, or BSD license,
Expand Down

0 comments on commit 509ea48

Please sign in to comment.