Skip to content

Commit

Permalink
Fix broken doc
Browse files Browse the repository at this point in the history
  • Loading branch information
AngledLuffa committed Dec 31, 2021
1 parent 8f22a73 commit 7a3bcc1
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
* This class implements a <code>TreeReaderFactory</code> that produces
* labeled, scored array-based Trees, which have been cleaned up to
* delete empties, etc. This seems to be a common case (for English).
* By default, the labels are of type CategoryWordTag,
* <br>
* By default, the labels are of type CoreLabel,
* but a different Label type can be specified by the user.
*
* @author Christopher Manning
Expand Down Expand Up @@ -47,7 +48,7 @@ public LabeledScoredTreeReaderFactory(LabelFactory lf, TreeNormalizer tm) {
* It creates a <code>TreeReader</code> which normalizes trees using
* the <code>BobChrisTreeNormalizer</code>, and makes
* <code>LabeledScoredTree</code> objects with
* <code>CategoryWordTag</code> labels (unless otherwise specified on
* <code>CoreLabel</code> labels (unless otherwise specified on
* construction).
*/
public TreeReader newTreeReader(Reader in) {
Expand Down

0 comments on commit 7a3bcc1

Please sign in to comment.