Skip to content

Commit

Permalink
Release v0.0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdotn committed Feb 4, 2021
1 parent 688d728 commit 3c8fef0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# hfst-optimized-lookup changelog

## Unreleased

## v0.0.9 2021-02-03
## v0.0.10 2021-02-04

- Added: `TransducerFile.lookup_lemma_with_affixes()` which returns
a list of `Analyses(prefixes=(...,), lemma="", suffixes=(...,))`.
This is to facilitate development with the Plains Cree FST and other
FSTs built by ALTLab.

## v0.0.9 2021-02-03

- Fixed: missing typings for `TransducerFile.lookup_symbols()`

## v0.0.8 2021-02-02
Expand Down
2 changes: 1 addition & 1 deletion hfst_optimized_lookup/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

__all__ = ["TransducerFile", "Analysis"]

__version__ = "0.0.10.dev0"
__version__ = "0.0.10"

TransducerFile = _hfst_optimized_lookup.PyTransducerFile

0 comments on commit 3c8fef0

Please sign in to comment.