Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PLWN_API
Manage
Activity
Members
Labels
Plan
Issues
10
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Libraries
PLWN_API
Merge requests
!11
Develop
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Develop
develop
into
master
Overview
0
Commits
2
Pipelines
1
Changes
2
Merged
Arkadiusz Janz
requested to merge
develop
into
master
1 year ago
Overview
0
Commits
2
Pipelines
1
Changes
2
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
2f772ef5
2 commits,
1 year ago
2 files
+
3
−
3
Expand all files
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
.gitlab-ci.yml
+
1
−
1
Options
@@ -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)'