Skip to content

Commit 9bcebf8

Browse files
sebschuStanford NLP
authored and
Stanford NLP
committed
update mapping from PTB POS tags to UPOS tags for UD v2
1 parent 34469f0 commit 9bcebf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/edu/stanford/nlp/upos/ENUniversalPOS.tsurgeon

+2-2
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,10 @@ relabel target DET
157157
% 1 to 1 mappings
158158
%
159159
%
160-
% CC -> CONJ
160+
% CC -> CCONJ
161161
CC=target <... {/.*/}
162162

163-
relabel target CONJ
163+
relabel target CCONJ
164164

165165
% CD -> NUM
166166
CD=target <... {/.*/}

0 commit comments

Comments
 (0)