Skip to content

Commit 11a34bd

Browse files
committed
Add tag +MIDDLE for punctuation symbols that can be in the middle of words, e.g. hyphen
1 parent 0829631 commit 11a34bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fst/morphology/root.lexc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Multichar_Symbols
129129
+LPAR !!= * @CODE@ = Left parenthesis/bracket
130130
+RPAR !!= * @CODE@ = Right parenthesis/bracket
131131
+LEFT !!= * @CODE@ = Left parenthesis/bracket/quote/etc.
132-
+RIGHT !!= * @CODE@ = Right parenthesis/bracket/quote/etc.
132+
+RIGHT +MIDDLE !!= * @CODE@ = Right parenthesis/bracket/quote/etc.
133133

134134
!! ## Other tags
135135
+Prb !!= * @CODE@ = +Prb(lematic): затруднительно - предположительно - нет

0 commit comments

Comments
 (0)