-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added compatibility down to spacy==2.1 relates #7
- Loading branch information
1 parent
11ec08f
commit bf78a05
Showing
7 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
set -e | ||
|
||
VERSION=0.3.0 | ||
VERSION=0.3.1 | ||
|
||
# for every model | ||
for MODEL_NAME in en_use_md en_use_lg xx_use_md xx_use_lg | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"lang": "en", | ||
"name": "use_lg", | ||
"version": "0.3.0", | ||
"spacy_version": ">=2.3,<2.4", | ||
"version": "0.3.1", | ||
"spacy_version": ">=2.1,<2.4", | ||
"description": "TensorFlow Hub wrapper for Universal Sentence Encoder", | ||
"author": "Martino Mensio", | ||
"email": "[email protected]", | ||
"url": "https://github.com/MartinoMensio/spacy-universal-sentence-encoder", | ||
"license": "MIT", | ||
"requirements": [ | ||
"spacy_universal_sentence_encoder==0.3.0" | ||
"spacy_universal_sentence_encoder==0.3.1" | ||
], | ||
"sources": [{ | ||
"name": "Universal Sentence Encoder - Large", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"lang": "en", | ||
"name": "use_md", | ||
"version": "0.3.0", | ||
"spacy_version": ">=2.3,<2.4", | ||
"version": "0.3.1", | ||
"spacy_version": ">=2.1,<2.4", | ||
"description": "TensorFlow Hub wrapper for Universal Sentence Encoder", | ||
"author": "Martino Mensio", | ||
"email": "[email protected]", | ||
"url": "https://github.com/MartinoMensio/spacy-universal-sentence-encoder", | ||
"license": "MIT", | ||
"requirements": [ | ||
"spacy_universal_sentence_encoder==0.3.0" | ||
"spacy_universal_sentence_encoder==0.3.1" | ||
], | ||
"sources": [{ | ||
"name": "Universal Sentence Encoder", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"lang": "xx", | ||
"name": "use_lg", | ||
"version": "0.3.0", | ||
"spacy_version": ">=2.3,<2.4", | ||
"version": "0.3.1", | ||
"spacy_version": ">=2.1,<2.4", | ||
"description": "TensorFlow Hub wrapper for Universal Sentence Encoder", | ||
"author": "Martino Mensio", | ||
"email": "[email protected]", | ||
"url": "https://github.com/MartinoMensio/spacy-universal-sentence-encoder", | ||
"license": "MIT", | ||
"requirements": [ | ||
"spacy_universal_sentence_encoder==0.3.0" | ||
"spacy_universal_sentence_encoder==0.3.1" | ||
], | ||
"sources": [{ | ||
"name": "Universal Sentence Encoder Multilingual - Large", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"lang": "xx", | ||
"name": "use_md", | ||
"version": "0.3.0", | ||
"spacy_version": ">=2.3,<2.4", | ||
"version": "0.3.1", | ||
"spacy_version": ">=2.1,<2.4", | ||
"description": "TensorFlow Hub wrapper for Universal Sentence Encoder", | ||
"author": "Martino Mensio", | ||
"email": "[email protected]", | ||
"url": "https://github.com/MartinoMensio/spacy-universal-sentence-encoder", | ||
"license": "MIT", | ||
"requirements": [ | ||
"spacy_universal_sentence_encoder==0.3.0" | ||
"spacy_universal_sentence_encoder==0.3.1" | ||
], | ||
"sources": [{ | ||
"name": "Universal Sentence Encoder Multilingual", | ||
|