Skip to content

Releases: goodmami/wn

v0.8.1

29 Oct 22:40
Compare
Choose a tag to compare

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

06 Jul 16:26
3411b03
Compare
Choose a tag to compare

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

09 Jun 12:41
f587a33
Compare
Choose a tag to compare

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

22 Mar 03:57
Compare
Choose a tag to compare

This release only fixes an issue with logging when adding a wordnet after calling wn.remove().

v0.6.1

05 Mar 04:07
6d6b7c6
Compare
Choose a tag to compare

This is a backwards-compatible change that makes the error raised on incompatible schemas it's own error type (wn.DatabaseError), which is a subtype of the previous error type (wn.Error).

v0.6.0

04 Mar 13:33
41148d2
Compare
Choose a tag to compare

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

29 Jan 05:06
Compare
Choose a tag to compare

Fixed a couple of bugs related to reading/writing LMF files.

v0.5.0

28 Jan 09:34
Compare
Choose a tag to compare

Improves behavior with different lexicon and expand settings on Wordnet for relation expansions. Also improve tooling for progress handers and multithreading.

v0.4.1

19 Jan 06:00
180a84d
Compare
Choose a tag to compare

Keeps a single database connection open with less complexity than before, and more robustly checks if an XML file is a valid WN-LMF file.

v0.4.0

29 Dec 09:57
Compare
Choose a tag to compare

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.