Skip to content

Commit 62e0bf0

Browse files
committed
Add a comment about eventually removing testOptions
1 parent 818846d commit 62e0bf0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/edu/stanford/nlp/parser/lexparser/BaseLexicon.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ public class BaseLexicon implements Lexicon {
6363
protected static final IntTaggedWord NULL_ITW = new IntTaggedWord(nullWord, nullTag);
6464

6565
protected final TrainOptions trainOptions;
66+
// TODO: remove this link
67+
// the only reason it is needed is because testOptions has an item,
68+
// unseenSmooth, which belongs in trainOptions
69+
// the problem is moving that and/or removing this link will invalidate
70+
// all existing serialized models
6671
protected final TestOptions testOptions;
6772

6873
protected final Options op;

0 commit comments

Comments
 (0)