commit | 0da270f375b88334f43cad671b6ec75e4f9837b1 | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Jul 22 10:12:47 2022 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Fri Jul 22 10:12:47 2022 +0200 |
tree | c5d4ece9fcd394308bd9a0fb45d149006475e4c7 | |
parent | 972d1d22d62862824fd1666f82df578434a552a6 [diff] |
Fix gitlab CI Change-Id: I55cd900a06c96077cc9c9013001a0b81d2ef4e89
Minimal Julia package to load and use dereko2vec language models.
Currently, only paradigmatic analysis is supported.
julia -e 'using Pkg; Pkg.add("https://korap.ids-mannheim.de/gerrit/ids-kl/DerekoVecs.jl")'
pkg> add "https://korap.ids-mannheim.de/gerrit/ids-kl/DerekoVecs.jl"
using DerekoVecs model = load("model.vecs") knn(model, "interessant", 10) cos_sim(model, "gut", "besser") model2 = load("model2.vecs") cos_sim(model, model2, "also")
This package is licensed under the Apache License 2.0