Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Mika committed Aug 23, 2021
1 parent 9425be0 commit 2ac61bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
# Versions should comply with PEP440. For a discussion on single-sourcing
# the version across setup.py and the project code, see
# https://packaging.python.org/en/latest/single_source_version.html
version='1.3.1',
version='1.3.2',

description='An NLP library for Uralic languages such as Finnish and Sami. Also supports Arabic, Russian etc.',
description='An NLP library for Uralic languages such as Finnish and Sami. Also supports Spanish, Arabic, Russian etc.',
long_description=long_description,
long_description_content_type='text/markdown',

Expand Down
1 change: 1 addition & 0 deletions test_uralicnlp.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

#uralicApi.get_transducer("spa", analyzer=True).lookup_optimize()
print(uralicApi.analyze("segiz", "kaa"))
print(uralicApi.analyze("barchamizga", "uzb"))
print(uralicApi.analyze("como", "spa"))
print(uralicApi.generate("perro<n><m><sg>", "spa"))
print(uralicApi.generate("segiz<num><subst><nom>+e<cop><aor><p3><pl>", "kaa"))
Expand Down

0 comments on commit 2ac61bc

Please sign in to comment.