File tree 2 files changed +6
-4
lines changed
src/edu/stanford/nlp/process
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -90,18 +90,19 @@ import edu.stanford.nlp.util.logging.Redwood;
90
90
* <i>Implementation note:</i> The scanner is caseless, but note, if adding
91
91
* or changing regexps, that caseless does not extend inside character
92
92
* 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
94
94
* matches the character a and not A, too." Note that some character
95
95
* classes deliberately don't have both cases, so the scanner's
96
96
* operation isn't completely case-independent, though it mostly is.
97
97
* <p>
98
98
* <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
100
100
* has now been updated for JFlex 1.6.1+.
101
101
*
102
102
* @author Tim Grow
103
103
* @author Christopher Manning
104
104
* @author Jenny Finkel
105
+ * @author John Bauer
105
106
*/
106
107
107
108
% %
Original file line number Diff line number Diff line change 94
94
* <i>Implementation note:</i> The scanner is caseless, but note, if adding
95
95
* or changing regexps, that caseless does not extend inside character
96
96
* 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
98
98
* matches the character a and not A, too." Note that some character
99
99
* classes deliberately don't have both cases, so the scanner's
100
100
* operation isn't completely case-independent, though it mostly is.
101
101
* <p>
102
102
* <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
104
104
* has now been updated for JFlex 1.6.1+.
105
105
*
106
106
* @author Tim Grow
107
107
* @author Christopher Manning
108
108
* @author Jenny Finkel
109
+ * @author John Bauer
109
110
*/
110
111
111
112
You can’t perform that action at this time.
0 commit comments