-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'honchar/develop' into honchar/master
- Loading branch information
Showing
11 changed files
with
707,014 additions
and
40 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
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 |
---|---|---|
@@ -0,0 +1,27 @@ | ||
{ | ||
"models": { | ||
"word2vec": [ | ||
{ | ||
"description": "Використовується нейронна векторна модель представлення слів «Олесь Гончар» (з використанням набору даних – проблеми поетики творчого доробку Олеся Гончара), алгоритм word2vec word embeddings розмірністю 500d. Сутність - слово, лематизовано, приведено до нижнього регистру. Параметри word2vec: -size 500 -negative 5 -window 5 -threads 24 -min_count 10 -iter 20.", | ||
"name": "honchar.lowercased.lemmatized.word2vec.FINAL.500d", | ||
"link": "", | ||
"language": "ua", | ||
"index": 0 | ||
}, | ||
{ | ||
"description": "Використовується нейронна векторна модель представлення слів «Художня література» (з використанням набору даних – художня література), алгоритм word2vec word embeddings розмірністю 300d. Сутність - слово, лематизовано, приведено до нижнього регистру. Параметри word2vec: -size 300 -negative 7 -window 4 -threads 6 -min_count 10 -iter 5 -alpha 0.030", | ||
"name": "fiction.lowercased.lemmatized.word2vec.300d", | ||
"link": "https://lang.org.ua/static/downloads/models/fiction.lowercased.lemmatized.word2vec.300d.bz2", | ||
"language": "ua", | ||
"index": 1 | ||
}, | ||
{ | ||
"description": "Використовується нейронна векторна модель представлення слів «Cухомлинський» (з використанням набору даних – книга «Серце віддаю дітям»), алгоритм word2vec word embeddings розмірністю 500d. Сутність – слово, лематизовано, приведено до нижнього регистру. Параметри word2vec: -size 500 -negative 7 -window 4 -min_count 10 -iter 10.", | ||
"name": "suhomlinskyy.lowercased.lemmatized.word2vec.500d", | ||
"link": "", | ||
"language": "ua", | ||
"index": 2 | ||
} | ||
] | ||
} | ||
} |
14,871 changes: 14,871 additions & 0 deletions
14,871
server/helper-code/dataset/suhomlinskyy-serdtse-2018/konspekt-results/allterms.xml
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.