Skip to content
Snippets Groups Projects
Commit 2f772ef5 authored by Arkadiusz Janz's avatar Arkadiusz Janz
Browse files

tests updated, readme updated

parent fe028d73
Branches
1 merge request!11Develop
Pipeline #16143 passed with stages
in 52 seconds
...@@ -54,4 +54,4 @@ test_load: ...@@ -54,4 +54,4 @@ test_load:
- pip install --upgrade pip - pip install --upgrade pip
- pip install . - pip install .
script: script:
- python -c 'import plwn; print(plwn.load_default().lexical_unit("pies", plwn.PoS.noun_pl, 2).definition)' - python -c 'import plwn; plwn.download(); print(plwn.load("default_model").lexical_unit("pies", plwn.PoS.noun_pl, 2).definition)'
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment