Skip to content

Commit

Permalink
add tagSchemeConvertor in utils
Browse files Browse the repository at this point in the history
  • Loading branch information
jiesutd committed Jun 21, 2018
1 parent d10a023 commit 1529a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions utils/tagSchemeConvertor.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# @Author: Jie Yang
# @Date: 2017-11-27 16:53:36
# @Last Modified by: Jie Yang, Contact: [email protected]
# @Last Modified time: 2018-06-21 22:27:06
# @Last Modified time: 2018-06-21 22:52:25


"""
convert tag schemes, i.e. BIO->BMES, BMES->BIO, Word based -> Character based
convert NER/Chunking tag schemes, i.e. BIO->BIOES, BIOES->BIO, IOB->BIO, IOB->BIOES
"""
import sys

Expand Down

0 comments on commit 1529a15

Please sign in to comment.