commit | f777605db29d60f03349c86b4ab8ac73994615da | [log] [tgz] |
---|---|---|
author | Marc Kupietz <kupietz@ids-mannheim.de> | Thu Jul 28 12:33:57 2022 +0200 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Thu Jul 28 12:33:57 2022 +0200 |
tree | 5b6021d54877af8cd9b54b7b24eef4cb29b86f7f | |
parent | 6aeee8f018f0262d29ed0d7a402f61266ca348e4 [diff] |
Bump version to v0.3.0
Minimal Julia package to load and use dereko2vec language models.
Currently, only paradigmatic analysis is supported.
julia -e 'using Pkg; Pkg.add(url = "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") kld(model2, model)
This package is licensed under the Apache License 2.0