Spaces:
Running
Running
Minor
Browse files
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 |
-
"""
|
| 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
|