GitXplorerGitXplorer
p

unidic-lite

public
42 stars
3 forks
0 issues

Commits

List of commits on branch master.
Unverified
11f69cce1e4498b0232e65c9e0ca38cb5fdc9bf9

Add gitignore

ppolm committed 4 years ago
Unverified
13c783011ea2602ece262076b0578e0312ed605b

Fix README typo

ppolm committed 4 years ago
Unverified
86c358dc45a29eccdb722d9ce9ddc4e63972c76b

Do an actual release

ppolm committed 4 years ago
Unverified
7e21d7a48713641b2b7bbe3d16d82db2f8469713

Alpha version

ppolm committed 4 years ago
Unverified
c8ce674d7ba0a4ab0e8988d629167057fde0feac

Add changes to README

ppolm committed 4 years ago
Unverified
d96800a1015669f4106891c666d2d6da30468977

Add copy of UniDic license

ppolm committed 5 years ago

README

The README file for this repository.

Current PyPI packages

Unidic Lite

This is a version of unidic-py that is designed to be installable with pip alone, not requiring any extra downloads.

At the moment it uses Unidic 2.1.2, from 2013, which is the most recent release of UniDic that's small enough to be distributed via PyPI.

Note this package takes roughly 250MB on disk after being installed.

In order to use this you will need to install a MeCab wrapper such as mecab-python3 or fugashi.

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

This code is licensed under the MIT or WTFPL license, as you prefer. Unidic 2.1.2 is copyright the UniDic Consortium and distributed under the terms of the BSD license.