Jamdict Changelog¶
jamdict 0.1a11¶
2021-05-25
Added
lookup_iter()for iteration searchAdded
posfilter for filtering words by part-of-speechesAdded
all_pos()andall_ne_type()to Jamdict to list part-of-speeches and named-entity typesBetter version checking in
__version__.pyImproved documentation
2021-05-29
(.post1) Sorted kanji readings to have on & kun readings listed first
(.post1) Add
on_readings,kun_readings, andother_readingsfilter tokanjidic2.RMGroup
jamdict 0.1a10¶
2021-05-19
Added
memory_modekeyword to load database into memory before querying to boost up performanceImproved import performance by using puchikarui’s
buckmodeTested with both puchikarui 0.1.* and 0.2.*
jamdict 0.1a9¶
2021-04-19
Fix data audit query
Enhanced
Jamdict()constructor.Jamdict('/path/to/jamdict.db')works properly.Code quality review
Automated documentation build via readthedocs.org
jamdict 0.1a8¶
2021-04-15
Make
lxmloptionalData package can be installed via PyPI with
jamdict_datapackageMake configuration file optional as data files can be installed via PyPI.
jamdict 0.1a7¶
2020-05-31
Added Japanese Proper Names Dictionary (JMnedict) support
Included built-in KRADFILE/RADKFile support
Improved command line tools (json, compact mode, etc.)
Older versions¶
2017-08-18
Support KanjiDic2 (XML/SQLite formats)
2016-11-09
Release first version to Github