We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6fa11f8 + 4902281 commit d8a2816Copy full SHA for d8a2816
CHANGELOG.md
@@ -0,0 +1,4 @@
1
+# Changelog
2
+
3
+## Version 1.3.3 - Patch release - 2021-09-08
4
+- Fixed gensism version to avoid api conflict with Flair package
code-env/python/spec/requirements.txt
@@ -1,5 +1,6 @@
torch==1.6.0
flair==0.6.1
+gensim==3.8.0
flask>=1.0,<1.1
5
tqdm==4.50.0
6
spacy==2.3.2
plugin.json
@@ -1,6 +1,6 @@
{
"id": "named-entity-recognition",
- "version": "1.3.2",
+ "version": "1.3.3",
"meta": {
"label": "Named Entity Recognition",
"category": "Natural Language Processing",
0 commit comments