Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,17 +147,17 @@ __AS OF WRITING ONLY MODELS FOR ENGLISH ARE AVAILABLE!__ Write me if you want th
* Parser
* English:
```
"org.scalanlp" %% "epic-parser-en-span" % "2015.1.25"
"org.scalanlp" %% "epic-parser-en-span" % "2015.2.19"
```
* POS Taggers
* English:
```
"org.scalanlp" %% "epic-pos-en" % "2015.1.25"
"org.scalanlp" %% "epic-pos-en" % "2015.2.19"
```
* Named Entity Recognizers
* English:
```
"org.scalanlp" %% "epic-ner-en-conll" % "2015.1.25"
"org.scalanlp" %% "epic-ner-en-conll" % "2015.2.19"
```

There is also a meta-dependency that includes the above three models:
Expand Down