Skip to content

Commit 0cbceba

Browse files
committed
Add the featurename4value specification to the printed representation.
1 parent 0fedc5c commit 0cbceba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gate/plugin/learningframework/features/FeatureSpecNgram.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ public String toString() {
5656
return "NgramAttribute(name="+name+
5757
",type="+annType+
5858
",feature="+feature+
59+
",featureName4Value="+featureName4Value+
5960
",number="+number;
6061
}
6162

0 commit comments

Comments
 (0)