Skip to content

Commit

Permalink
Add a tood
Browse files Browse the repository at this point in the history
  • Loading branch information
manning authored and Stanford NLP committed Dec 21, 2014
1 parent 1422662 commit 469a43e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/edu/stanford/nlp/ie/NERFeatureFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -1551,6 +1551,7 @@ protected Collection<String> featuresC(PaddedList<IN> cInfo, int loc) {
//asdasd
}

// todo [cdm 2014]: Have this guarded by a flag and things would be a little faster. Set flag in current uses of this annotation.
// NER tag annotations from a previous NER system
if (c.get(CoreAnnotations.StackedNamedEntityTagAnnotation.class) != null) {
featuresC.add(c.get(CoreAnnotations.StackedNamedEntityTagAnnotation.class)+ "-CStackedNERTag");
Expand Down

0 comments on commit 469a43e

Please sign in to comment.