Skip to content

Releases: mideind/BinPackage

Version 0.4.2

13 Dec 11:40
Compare
Choose a tag to compare
  • A few more words added to the database

Version 0.4.1

13 Dec 11:16
Compare
Choose a tag to compare
  • Sorted results of query functions so that lower-priority word forms (e.g. obsolete ones, marked URE) are returned last in the result list
  • Added a number of word forms to help GreynirCorrect identify capitalization errors

Version 0.4.0

03 Nov 15:53
3b7d53a
Compare
Choose a tag to compare
  • Added lookup_id() function to return entries by BÍN identifier
  • Updated database from newest KRISTINsnid.csv file (November 2021)
  • Modified compression algorithm to support lookup by id

Version 0.3.1

28 Sep 15:11
Compare
Choose a tag to compare
  • Added handling of _expl variant for expletive ("OP-það"...) beyging string in lookup_variants()

Version 0.3.0

29 Apr 10:45
Compare
Choose a tag to compare
  • A couple of data types have been renamed for clarity and accuracy. Most notably BinMeaning has been renamed BinEntry. The old names are still available as aliases for upwards compatibility, but their use is discouraged.
  • The function lemma_meanings() has been renamed lookup_lemmas(). The old name is still available as an alias for upwards compatibility, but its use is discouraged.
  • The parameter beyging_filter_func has been renamed filter_func. The parameter beyging_filter has been renamed to inflection_filter.
  • The README.md file has been edited and expanded.
  • Functions that return lists of BinEntry or Ksnid instances now sort the lists so that entries with einkunn != 1 or beinkunn != 1 (i.e. "non-normal" correctness grades) appear after those with "normal" correctness grades.

Version 0.2.0

02 Apr 13:11
Compare
Choose a tag to compare
  • Updated attribute names in BinMeaning and Ksnid after consultation with the editor of BÍN
  • Documentation edited and made clearer