Skip to content

Commit 317d5e0

Browse files
committed
Added message about conlleval:
1 parent 2af6307 commit 317d5e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ner/src/main/java/edu/illinois/cs/cogcomp/ner/ExpressiveFeatures/CharacterLanguageModel.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ public static void trainEntityNotEntity(Data trainData, Data testData) throws IO
129129
System.out.println("Accuracy: " + correct / total);
130130

131131
LineIO.write("pred.txt", outpreds);
132+
System.out.println("Wrote to pred.txt. Now run $ conlleval pred.txt to get F1 scores.");
132133

133134
}
134135

0 commit comments

Comments
 (0)