Skip to content
Snippets Groups Projects

Develop

Merged Arkadiusz Janz requested to merge develop into master
Compare and
2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -54,4 +54,4 @@ test_load:
- pip install --upgrade pip
- pip install .
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)'