Skip to content

Commit cd4e49f

Browse files
committed
Correct checked in java lexer to match jflex file [oops]
1 parent 8b97d64 commit cd4e49f

File tree

2 files changed

+12606
-12456
lines changed

2 files changed

+12606
-12456
lines changed

src/edu/stanford/nlp/international/french/process/FrenchLexer.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -12458,7 +12458,7 @@ public FrenchLexer(Reader r, LexedTokenFactory<?> tf, Properties props) {
1245812458

1245912459

1246012460
/** Turn on to find out how things were tokenized. */
12461-
private static final boolean DEBUG = true;
12461+
private static final boolean DEBUG = false;
1246212462

1246312463
/** A logger for this class */
1246412464
private static final Redwood.RedwoodChannels logger = Redwood.channels(FrenchLexer.class);

0 commit comments

Comments
 (0)