Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Analysers
cclutils
Commits
34bbe916
Commit
34bbe916
authored
Feb 21, 2022
by
Grzegorz Kostkowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix minor bug with ger in convert_to_coarse_pos function
parent
44551a3a
Pipeline
#4452
passed with stages
in 4 minutes and 51 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
cclutils/_tokens.py
cclutils/_tokens.py
+2
-2
setup.py
setup.py
+1
-1
No files found.
cclutils/_tokens.py
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
...
...
setup.py
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
)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment