direct-phonology / jdsw

Parsing the "Jingdian Shiwen" with spaCy
MIT License
2 stars 0 forks source link

rearrange POS tags in priority order #43

Closed thatbudakguy closed 1 year ago

thatbudakguy commented 1 year ago

this helps with faster POS annotation in prodigy. the order:

  1. SYM
  2. X
  3. PROPN
  4. VERB
  5. NOUN
  6. ADP
  7. PART
  8. PRON
  9. AUX
  10. DET
thatbudakguy commented 1 year ago

Fixed in caa8665