UCREL / pymusas

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

Chinese pos tagset mapping #22

Closed apmoore1 closed 2 years ago

apmoore1 commented 2 years ago

Fixes #19

  1. Adds a mapping from the Penn Chinese Treebank POS tagset to USAS core POS tagset.
  2. In the documentation it clarifies that we used the Universal Dependencies Treebank version of the UPOS tagset rather than the original version from the paper by Petrov et al. 2012.
codecov-commenter commented 2 years ago

Codecov Report

Merging #22 (e5e33bf) into main (8344730) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #22   +/-   ##
=======================================
  Coverage   97.61%   97.61%           
=======================================
  Files           8        8           
  Lines         335      336    +1     
  Branches       66       66           
=======================================
+ Hits          327      328    +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 8344730...e5e33bf. Read the comment docs.