Skip to content

Commit 12d78f4

Browse files
added comments to update documentation
1 parent 3b70353 commit 12d78f4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lib/CorScorer.pm

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
package CorScorer;
22

33
# Copyright (C) 2009-2011, Emili Sapena esapena <at> lsi.upc.edu
4+
# 2011-2014, Sameer Pradhan <at> childrens.harvard.edu
45
#
56
# This program is free software; you can redistribute it and/or modify it
67
# under the terms of the GNU General Public License as published by the
@@ -19,6 +20,10 @@ package CorScorer;
1920
#
2021
# Revised in July, 2013 by Xiaoqiang Luo (xql <at> google.com) to create v6.0.
2122
# 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+
2227

2328
use strict;
2429
use Algorithm::Munkres;

0 commit comments

Comments
 (0)