8000 Disabled PBT3 escaping. · Libardo1/stanford-corenlp-python@7746e82 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7746e82

Browse files
committed
Disabled PBT3 escaping.
1 parent deb7db6 commit 7746e82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

corenlp/default.properties

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ annotators = tokenize, ssplit, pos, lemma, parse
4949
#dcoref.female = /scr/nlp/data/Bergsma-Gender/female.unigrams.txt
5050
#dcoref.plural = /scr/nlp/data/Bergsma-Gender/plural.unigrams.txt
5151
#dcoref.singular = /scr/nlp/data/Bergsma-Gender/singular.unigrams.txt
52-
52+
tokenize.options = ptb3Escaping=false
5353

5454
# This is the regular expression that describes which xml tags to keep
5555
# the text from. In order to on off the xml removal, add cleanxml
@@ -63,3 +63,4 @@ annotators = tokenize, ssplit, pos, lemma, parse
6363
# Whether or not to allow malformed xml
6464
# StanfordCoreNLP.properties
6565
#wordnet.dir=models/wordnet-3.0-prolog
66+

0 commit comments

Comments
 (0)
0