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 3b70353 commit 12d78f4Copy full SHA for 12d78f4
lib/CorScorer.pm
@@ -1,6 +1,7 @@
1
package CorScorer;
2
3
# Copyright (C) 2009-2011, Emili Sapena esapena <at> lsi.upc.edu
4
+# 2011-2014, Sameer Pradhan <at> childrens.harvard.edu
5
#
6
# This program is free software; you can redistribute it and/or modify it
7
# under the terms of the GNU General Public License as published by the
@@ -19,6 +20,10 @@ package CorScorer;
19
20
21
# Revised in July, 2013 by Xiaoqiang Luo (xql <at> google.com) to create v6.0.
22
# See comments under $VERSION for modifications.
23
+#
24
+# Revised in March, 2014 by Sameer Pradhan (sameer.pradhan <at> childrens.harvard.edu)
25
+# to implement the BLANC metric for predicted mentions
26
+
27
28
use strict;
29
use Algorithm::Munkres;
0 commit comments