Releases: goodmami/wn
v0.8.1
This patch release only fixes the LMF exporter so it uses the correct namespace URL for the dc
namespace.
Edit: The release files on PyPI were yanked because of a dependency issue. The source files here should work, but in any case v0.8.2 should be used instead.
v0.8.0
This release adds support for Information Content (IC) (via the wn.ic
module) and related similarity metrics (in wn.similarity
). In addition, the new wn.taxonomy
module is the new home of functions related to navigating the hypernym/hyponym taxonomy, including a few new functions.
v0.7.0
This adds two new major components: wn.morphy
for English lemmatization and wn.web
for a basic web server. Other improvements include methods for getting relations with the relation names and not just lists of targets, a progress bar for wn.lmf.load()
, further customizability for queries regarding normalization and alternative forms, and some bug fixes.
Thanks to Tom Aarsen for an inspiring first draft of the wn.morphy
module and to Diego Palma for the wn.lmf.load()
progress bar.
v0.6.2
v0.6.1
v0.6.0
This release completes the support for WN-LMF 1.0 beyond just reading LMF files so that all information is stored in the database and can be exported. Interlingual Indexes (primarily CILI) are now installable, just like lexicons, and are better modeled. This release also adds support for WN-LMF 1.1, including new relations, word pronunciations, lexicon extensions, and more. Along with these additions are various fixes and improvements to the code. See the CHANGELOG for more information.
v0.5.1
v0.5.0
v0.4.1
v0.4.0
This release adds the ability to export lexicons from the database and provides access to more information through the public API. It also introduces logging in some uses and reforms error handling a bit. Adding wordnets on a Windows machine should be a bit less buggy, too.