Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Commit

Permalink
add conllu dependency (#61)
Browse files Browse the repository at this point in the history
* add conllu dependency

* update CHANGELOG
  • Loading branch information
epwalsh authored May 26, 2020
1 parent 888596c commit 114c203
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* Moved the models into categories based on their format

### Added

- `conllu` dependency (previously part of `allennlp`'s dependencies)

## [v1.0.0rc4](https://github.com/allenai/allennlp-models/releases/tag/v1.0.0rc4) - 2019-05-14

We first introduced this `CHANGELOG` after release `v1.0.0rc4`, so please refer to the GitHub release
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
git+https://github.com/allenai/allennlp.git@master

# For structured prediction.
conllu==2.3.2

# For RC models
word2number>=1.1
py-rouge==1.1
Expand Down

0 comments on commit 114c203

Please sign in to comment.