Skip to content

Commit

Permalink
Add 0.3.3 notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
danieldk committed Oct 1, 2015
1 parent e9b2872 commit 7e6aabd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.markdown
Expand Up @@ -73,6 +73,11 @@ API stability for a given *x* in *x.y.z* when *x >= 1*.
### 0.4.0 (Planned)

* Use Dictomaton to store the lexicon and suffixes for unknown words.

### 0.3.3

* Fix a bug where the start/end markers could be used when handling unknown tokens (typically an unseen punctuation character). This change does **not** require retraining.
* Add a utility *jitar-tag-conllx* to tag files that are in the CoNLL-X format. This preserves all other columns.
* Compute interpolated scores only once.

### 0.3.0
Expand Down

0 comments on commit 7e6aabd

Please sign in to comment.