Skip to content

Commit 31fcbf2

Browse files
committed
UPOS for LS can be NUM, not X - for example, first, 1), a)
1 parent 835e708 commit 31fcbf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/edu/stanford/nlp/trees/UniversalPOSMapper.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ public static void load() {
165165
{"EX", "PRON"},
166166
{"FW", "X"},
167167
{"/^JJ.*$/", "ADJ"},
168-
{"LS", "X"},
168+
{"LS", "NUM"},
169169
{"MD", "AUX"},
170170
{"NNS", "NOUN"},
171171
{"NNP", "PROPN"},

0 commit comments

Comments
 (0)