Skip to content
Snippets Groups Projects
Commit 773fffa0 authored by ilor's avatar ilor
Browse files

Merge branch 'master' of nlp.pwr.wroc.pl:wccl

parents 5b0138a5 5fc2eb19
No related merge requests found
...@@ -931,28 +931,28 @@ options { ...@@ -931,28 +931,28 @@ options {
QUOT_MARK QUOT_MARK
options { options {
paraphrase = "Quota mark"; paraphrase = "Quote";
} }
: '\'' : '\''
; ;
APOS_MARK APOS_MARK
options { options {
paraphrase = "Aposptrophe mark"; paraphrase = "Apostrophe";
} }
: '"' : '"'
; ;
Q_MARK Q_MARK
options { options {
paraphrase = "Query mark"; paraphrase = "Question mark";
} }
: '?' : '?'
; ;
E_MARK E_MARK
options { options {
paraphrase = "Exclamanation mark"; paraphrase = "Exclamation mark";
} }
: '!' : '!'
; ;
...@@ -966,7 +966,7 @@ options { ...@@ -966,7 +966,7 @@ options {
TST_PREFIX TST_PREFIX
options { options {
paraphrase = "Tag set (symbol) prefix"; paraphrase = "Symset prefix";
} }
: "$t:" : "$t:"
; ;
...@@ -1075,7 +1075,8 @@ options { ...@@ -1075,7 +1075,8 @@ options {
paraphrase = "Multi line comment"; paraphrase = "Multi line comment";
} }
: "/*" : "/*"
( /* This actually works OK despite the ambiguity that ( // TODO: test it and add reference to the site it's taken from!
/* This actually works OK despite the ambiguity that
'\r' '\n' can be matched in one alternative or by matching '\r' '\n' can be matched in one alternative or by matching
'\r' in one iteration and '\n' in another.. But '\r' in one iteration and '\n' in another.. But
this is really matched just by one rule per (...)* this is really matched just by one rule per (...)*
...@@ -1100,9 +1101,9 @@ options { ...@@ -1100,9 +1101,9 @@ options {
: '#' : '#'
; ;
DSEPARATOR //DSEPARATOR
options { //options {
paraphrase = "':-'"; // paraphrase = "':-'";
} //}
: ":-" // : ":-"
; //;
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment