Releases: digitallinguistics/word-aligner
Releases · digitallinguistics/word-aligner
v0.3.2
This is a patch release to upgrade development dependencies and other minor development-related chores.
- VERSION: v0.3.2
- DEV: replace references to
master
branch withmain
- DEV: cache Node modules during workflow runs (#23)
- DEV: run tests weekly
- DEV: switch from expect.js > Chai for testing
- DEV: remove workflow to create issue for updating year
- TEST: add check for correct year in license
- DEP: mocha@8.3.2
- DEP: eslint@7.23.0
v0.3.1
v0.3.0
This release now treats non-whitespace characters that are adjacent to brackets as part of the same word. For example, [word],
will be tokenized as [word],
rather than [word] ,
, and [word word]=enclitic
will be tokenized as [word word]=enclitic
rather than [word word] =enclitic
.