Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cclutils
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
All's good
Show more breadcrumbs
Analysers
cclutils
Commits
34bbe916
Commit
34bbe916
authored
Feb 21, 2022
by
Grzegorz Kostkowski
Browse files
Options
Downloads
Patches
Plain Diff
Fix minor bug with ger in convert_to_coarse_pos function
parent
44551a3a
Branches
master
No related tags found
No related merge requests found
Pipeline
#4452
passed
Feb 21, 2022
Stage: test
Stage: deploy
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
cclutils/_tokens.py
+2
-2
2 additions, 2 deletions
cclutils/_tokens.py
setup.py
+1
-1
1 addition, 1 deletion
setup.py
with
3 additions
and
3 deletions
cclutils/_tokens.py
+
2
−
2
View file @
34bbe916
...
...
@@ -293,9 +293,9 @@ def convert_to_coarse_pos(fine_pos):
# verbs
verb_pl_pos
=
[
'
fin
'
,
'
bedzie
'
,
'
praet
'
,
'
impt
'
,
'
inf
'
,
'
pcon
'
,
'
pant
'
,
'
imps
'
,
'
winien
'
,
'
pred
'
,
'
pact
'
,
'
ppas
'
,
'
pred
'
]
'
winien
'
,
'
pred
'
,
'
pact
'
,
'
ppas
'
,
'
pred
'
,
'
ger
'
]
# nouns
noun_pl_pos
=
[
'
subst
'
,
'
depr
'
,
'
ger
'
,
'
brev
'
]
noun_pl_pos
=
[
'
subst
'
,
'
depr
'
,
'
brev
'
]
# adjectives
adj_pl_pos
=
[
'
adj
'
,
'
adja
'
,
'
adjp
'
,
'
adjc
'
]
# adverbs
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
1
−
1
View file @
34bbe916
...
...
@@ -6,7 +6,7 @@ setup(
author
=
'
Arkadiusz Janz, Anna Gut, Dominik Kaszewski, Grzegorz Kostkowski
'
,
description
=
'''
A convenient API based on Corpus2 library for analyzing textual
corpora in CCL format.
'''
,
version
=
'
1.1
'
,
version
=
'
1.1
.1
'
,
packages
=
[
'
cclutils
'
,
'
cclutils.extras
'
],
zip_safe
=
False
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment