Skip to content
Snippets Groups Projects

Develop

2 files
+ 3
3
Compare changes
  • Side-by-side
  • Inline

Files

+ 1
1
@@ -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)'
Loading