Skip to content

Releases: philgooch/abbreviation-extraction

v0.2.5 Release

30 Dec 15:44
Compare
Choose a tag to compare
  • Fixes sentence cleaning bug:
  • Cleans sentence as a first step before any processing

v0.2.4 Release

30 Dec 14:41
Compare
Choose a tag to compare
  • Adds options to return best definition in cases of multiple definitions for each term:
  • Adds most_common_definition option to return most frequently encountered definition for each term
  • Adds first_definition option to return the first encountered definition for each term
  • Default is as before: for each term, return most recently encountered definition
  • Also removes quotes around potential candidate terms

v0.2.3 Release

30 Dec 12:51
Compare
Choose a tag to compare
  • Enforces leading whitespace before opening parenthesis
  • This avoids erroneous matching within mathematical and chemical formulae

v0.2.2 Release

08 Dec 18:44
cff09e6
Compare
Choose a tag to compare
  • Guarantee that tokens are not empty strings (#17)

Updates README and License

08 Mar 13:57
Compare
Choose a tag to compare

Original source is gone, I've updated the license to MIT

v0.1.5 Release

28 Feb 17:50
e3eed4a
Compare
Choose a tag to compare
  • Allows abbreviation to be delimited by ';' or ':' within parentheses, e.g. Theory of mind (ToM; Premack 1978)
  • Tokenises definition candidates on both whitespace and hyphens

v0.1.4 Release

14 Jan 22:52
Compare
Choose a tag to compare

Fixed incorrect Candidate definition so that it correctly extends the str base class

v0.1.3 Release

01 Jan 00:59
Compare
Choose a tag to compare
  • HOTFIX: Catch IndexError exceptions

v0.1.2 Release

16 Nov 15:18
Compare
Choose a tag to compare
  • Updates abbreviation candidate logic so that all checks run
  • Candidate fails if any of the candidate conditions fails

v0.1.1 Release

25 Oct 12:25
Compare
Choose a tag to compare
  • Adds setup and Travis CI