nbansal commited on
Commit
f583bc0
1 Parent(s): a1a6383
Files changed (1) hide show
  1. semf1.py +1 -1
semf1.py CHANGED
@@ -12,7 +12,7 @@
12
  # See the License for the specific language governing permissions and
13
  # limitations under the License.
14
  # TODO: Add test cases, Remove tokenize_sentences flag since it can be determined from the input itself.
15
- """SEM-F1 metric"""
16
 
17
  import abc
18
  import sys
 
12
  # See the License for the specific language governing permissions and
13
  # limitations under the License.
14
  # TODO: Add test cases, Remove tokenize_sentences flag since it can be determined from the input itself.
15
+ """Sem-F1 metric"""
16
 
17
  import abc
18
  import sys