From 7e36ca3b0e2b5526c12128fe759619f7eb89fb7f Mon Sep 17 00:00:00 2001 From: cjer <9987721+cjer@users.noreply.github.com> Date: Sun, 29 Aug 2021 18:09:17 +0300 Subject: [PATCH] handle empty sentences input --- ncrf_main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ncrf_main.py b/ncrf_main.py index c9af291..a8c0f58 100644 --- a/ncrf_main.py +++ b/ncrf_main.py @@ -1,8 +1,8 @@ # -*- coding: utf-8 -*- # @Author: Jie # @Date: 2017-06-15 14:11:08 -# @Last Modified by: Jie Yang, Contact: jieynlp@gmail.com -# @Last Modified time: 2019-02-13 12:41:44 +# @Last Modified by: Dan Bareket, Contact: dbareket@gmail.com +# @Last Modified time: 2020-08-29 18:08 from __future__ import print_function import time