Metadata-Version: 2.1
Name: zwnlp
Version: 0.0.4
Summary: Personal NLP task utils.
Home-page: https://github.com/njzhaowei/zwnlp
Author: Zhao Wei
Author-email: yewberry@163.com
License: Apache 2.0
Description: # Personal NLP task utils
        ## 依赖
        zwdb  
        jiagu  
        
        ## 标准
        实体识别中的联合标注采用BIO标注
        标记|说明
        -|-
        B-PER、I-PER|人名
        B-LOC、I-LOC|地名
        B-ORG、I-ORG|机构名
        
        ## 中文分词与实体识别
        [Jiagu](https://github.com/ownthink/Jiagu)
Platform: all
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
