dongrixinyu

Results 35 issues of dongrixinyu

Hi! I am new to pytorch. So, could you provide a small example to illustrate how to use this pre-trained model to load, inference and finetune? Thx

如果发现时间解析有bug,那就来这里试一下另一个工具吧 [JioNLP](https://github.com/dongrixinyu/JioNLP) ``` import time import jionlp as jio res = jio.parse_time('今年9月', time_base={'year': 2021}) res = jio.parse_time('零三年元宵节晚上8点半', time_base=time.time()) res = jio.parse_time('一万个小时') res = jio.parse_time('100天之后', time.time()) res = jio.parse_time('每周五下午4点', time.time()) print(res)...

- [ ] I have marked all applicable categories: + [ ] exception-raising bug + [ ] visual output bug - [ ] I have visited the [source website], and...

invalid ⛔
question/docs ‽

My pypi package `jionlp` is mainly been downloaded in China and often installed through different pip source base like below: ``` $ pip install jionlp -i https://mirrors.tuna.tsinghua.edu.cn ``` Im curious...

- **JioNLP**经过长期的优化,目前**每月下载量已经突破1k**,[![Downloads](https://pepy.tech/badge/jionlp/month)](https://pepy.tech/project/jionlp)有广大的NLP领域开发者在使用本项目完成开发工作。 - 本issue保持常开且随时更新,欢迎大家介绍使用本项目的公司、实验室、项目, - **JioNLP**免费且开源,开设本issue的目的是宣传**JioNLP**,让更多人知道和信任本项目,同时也可以宣传您的公司、实验室、项目、产品,甚至也可以同时发出您的**NLP招聘信息**。 您可以按照此格式书写: ``` 公司名称:xxxxx有限责任公司 实验室名称:xx大学xx实验室 项目介绍:本项目利用JioNLP的xxx功能实现了xxxxNLP模型、项目、产品等 产品介绍:(假如有粘贴) 效果图片:(假如有粘贴) 招聘广告: (假如有粘贴) ``` 书写格式不是强制的,如果太潦草,我会编辑一下

documentation

教授您好: 提一个建议哈! 清华的这个分词,词性工具,相比北大的 pkuseg 的分词和词性 还是慢一个量级,效果相差不大。

实测当中,很多汉字数字词汇被识别为名词。望改进

想问一下,这个任务的泛化做到什么程度了?可以应用了吗?