Datasets:

Languages:
Yue Chinese
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
expert-generated
Source Datasets:
original
Tags:
License:
AlienKevin commited on
Commit
475f8db
1 Parent(s): d26d292

Fix typo in pos_map: "G1": "V" should be "VERB"

Browse files

This typo is inherited from pycantonese. I also filed an issue there: https://github.com/jacksonllee/pycantonese/issues/48

Files changed (1) hide show
  1. hkcancor.py +1 -1
hkcancor.py CHANGED
@@ -106,7 +106,7 @@ class Hkcancor(datasets.GeneratorBasedBuilder):
106
  "ECHO0": "PROPN", # In one instance of "Big Echo"
107
  "F": "ADV", # HKCanCor: Directional Locality
108
  "G": "X", # HKCanCor: Morpheme
109
- "G1": "V", # The first A in the "A-not-AB" pattern, where AB is a verb.
110
  "G2": "ADJ", # The first A in "A-not-AB", where AB is an adjective.
111
  "H": "PROPN", # HKCanCor: Prefix (aa3 阿 followed by a person name)
112
  "HILL0": "PROPN", # In "Benny Hill"
 
106
  "ECHO0": "PROPN", # In one instance of "Big Echo"
107
  "F": "ADV", # HKCanCor: Directional Locality
108
  "G": "X", # HKCanCor: Morpheme
109
+ "G1": "VERB", # The first A in the "A-not-AB" pattern, where AB is a verb.
110
  "G2": "ADJ", # The first A in "A-not-AB", where AB is an adjective.
111
  "H": "PROPN", # HKCanCor: Prefix (aa3 阿 followed by a person name)
112
  "HILL0": "PROPN", # In "Benny Hill"