Skip to content

Commit

Permalink
Version bump to 0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Jun 1, 2022
1 parent 0ce2450 commit a5a705f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.2.0 (unreleased)
## 0.2.0 (2022-06-01)

- Added support for text categorization
- Added support for training binary relation detectors
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ And download the pre-trained models for your language:

- [Named Entity Recognition](#named-entity-recognition)
- [Binary Relation Detection](#binary-relation-detection)
- [Text Categorization](#text-categorization) [unreleased]
- [Text Categorization](#text-categorization)

## Named Entity Recognition

Expand Down Expand Up @@ -144,7 +144,7 @@ This returns
[{first: "Shopify", second: "Ottawa", score: 0.17649169745814464}]
```

### Training [unreleased]
### Training

Load an NER model into a trainer

Expand Down
2 changes: 1 addition & 1 deletion lib/mitie/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Mitie
VERSION = "0.1.6"
VERSION = "0.2.0"
end

0 comments on commit a5a705f

Please sign in to comment.