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

#6
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"