We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 818846d commit 62e0bf0Copy full SHA for 62e0bf0
src/edu/stanford/nlp/parser/lexparser/BaseLexicon.java
@@ -63,6 +63,11 @@ public class BaseLexicon implements Lexicon {
63
protected static final IntTaggedWord NULL_ITW = new IntTaggedWord(nullWord, nullTag);
64
65
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
71
protected final TestOptions testOptions;
72
73
protected final Options op;
0 commit comments