UCREL / pymusas

Python Multilingual Ucrel Semantic Analysis System
https://ucrel.github.io/pymusas/
Apache License 2.0
30 stars 12 forks source link

Welsh example #23

Closed apmoore1 closed 2 years ago

apmoore1 commented 2 years ago

Adds the following:

Creating a new release

I think once this has been added to the main branch we should create a new release, e.g. 0.2.0 as the new release will contain the following two POS mappings:

  1. A mapping from the basic CorCenCC POS tagset to USAS core POS tagset.
  2. A mapping from the Penn Chinese Treebank POS tagset to USAS core POS tagset.

What do you think @perayson ?

codecov-commenter commented 2 years ago

Codecov Report

Merging #23 (e6efe4a) into main (854bce6) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #23   +/-   ##
=======================================
  Coverage   97.61%   97.62%           
=======================================
  Files           8        8           
  Lines         336      337    +1     
  Branches       66       66           
=======================================
+ Hits          328      329    +1     
  Misses          7        7           
  Partials        1        1           
Impacted Files Coverage Δ
pymusas/pos_mapper.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 854bce6...e6efe4a. Read the comment docs.

perayson commented 2 years ago

Thanks, this all looks great to me, and I agree about a new release. Will that trigger an update on the pip installable version?