Skip to content

Commit

Permalink
handle empty sentences input
Browse files Browse the repository at this point in the history
  • Loading branch information
cjer committed Aug 29, 2021
1 parent 60c69f1 commit 7e36ca3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ncrf_main.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 7e36ca3

Please sign in to comment.