WorksApplications / SudachiDict

A lexicon for Sudachi
233 stars 19 forks source link

Add new Python packages to use PyPI #18

Closed sorami closed 4 years ago

sorami commented 4 years ago

A new mechanism to easily install dictionaries for SudachiPy via PyPI.

python/
├── sudachidict_core/
├── sudachidict_full/
└── sudachidict_small/
sorami commented 4 years ago

The three packages under python/, (for small, core, and full) are basically the same, except for the following two points;

  1. INFO.json: the edition (core, small, or full) is specified accordingly
  2. package directory name: sudachidict_small/, sudachidict_core/, or sudachidict_full/