Skip to content

Commit b577597

Browse files
committed
Small javadoc improvement (only)
1 parent f1b929e commit b577597

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

src/edu/stanford/nlp/process/PTBLexer.flex

+3-2
Original file line numberDiff line numberDiff line change
@@ -90,18 +90,19 @@ import edu.stanford.nlp.util.logging.Redwood;
9090
* <i>Implementation note:</i> The scanner is caseless, but note, if adding
9191
* or changing regexps, that caseless does not extend inside character
9292
* classes. From the manual: "The %caseless option does not change the
93-
* matched text and does not effect character classes. So [a] still only
93+
* matched text and does not affect character classes. So [a] still only
9494
* matches the character a and not A, too." Note that some character
9595
* classes deliberately don't have both cases, so the scanner's
9696
* operation isn't completely case-independent, though it mostly is.
9797
* <p>
9898
* <i>Implementation note:</i> This Java class is automatically generated
99-
* from PTBLexer.flex using jflex. DO NOT EDIT THE JAVA SOURCE. This file
99+
* from {@code PTBLexer.flex} using {@code jflex}. DO NOT EDIT THE JAVA SOURCE. This file
100100
* has now been updated for JFlex 1.6.1+.
101101
*
102102
* @author Tim Grow
103103
* @author Christopher Manning
104104
* @author Jenny Finkel
105+
* @author John Bauer
105106
*/
106107

107108
%%

src/edu/stanford/nlp/process/PTBLexer.java

+3-2
Original file line numberDiff line numberDiff line change
@@ -94,18 +94,19 @@
9494
* <i>Implementation note:</i> The scanner is caseless, but note, if adding
9595
* or changing regexps, that caseless does not extend inside character
9696
* classes. From the manual: "The %caseless option does not change the
97-
* matched text and does not effect character classes. So [a] still only
97+
* matched text and does not affect character classes. So [a] still only
9898
* matches the character a and not A, too." Note that some character
9999
* classes deliberately don't have both cases, so the scanner's
100100
* operation isn't completely case-independent, though it mostly is.
101101
* <p>
102102
* <i>Implementation note:</i> This Java class is automatically generated
103-
* from PTBLexer.flex using jflex. DO NOT EDIT THE JAVA SOURCE. This file
103+
* from {@code PTBLexer.flex} using {@code jflex}. DO NOT EDIT THE JAVA SOURCE. This file
104104
* has now been updated for JFlex 1.6.1+.
105105
*
106106
* @author Tim Grow
107107
* @author Christopher Manning
108108
* @author Jenny Finkel
109+
* @author John Bauer
109110
*/
110111

111112

0 commit comments

Comments
 (0)