Pinned Repositories
AHANLP
啊哈自然语言处理包,提供包括分词、依存句法分析、语义角色标注、自动摘要、语义相似度计算、LDA 主题预测、词云等服务。
bin2ckpt
Convert Huggingface Pytorch checkpoint to Tensorflow checkpoint
captcha_identification
使用 Keras 搭建模型识别四位数字字母验证码
event-coref-emnlp2022
a within-document event coreference resolution system, trained and evaluated on the KBP corpus.
HanLDA
对 Hankcs 编写的 LDA4j 项目的进一步包装。添加了对训练出的 LDA 模型的存储和读取,简化了 LDA 的使用到 2 个步骤:训练 和 预测。
How-to-use-Transformers
Transformers 库快速入门教程
prompt-event-coref-emnlp2023
a prompt-based within-document event coreference resolution system, trained and evaluated on the KBP corpus.
Word2Vec
对 ansj 编写的 Word2VEC_java 的进一步包装,同时实现了常用的词语相似度和句子相似度计算。
xs-huxblog
一个用于搭建个人博客的 Jekyll 模板
Xus.SQLServerHelper
适用于 C# 的 SQL Server 连接辅助类,提供了对数据库的常用操作,包括执行 SQL 语句、按流的方式读取数据、填充本地 DataSet、批量提交对数据表的修改等。
jsksxs360's Repositories
jsksxs360/How-to-use-Transformers
Transformers 库快速入门教程
jsksxs360/AHANLP
啊哈自然语言处理包,提供包括分词、依存句法分析、语义角色标注、自动摘要、语义相似度计算、LDA 主题预测、词云等服务。
jsksxs360/Word2Vec
对 ansj 编写的 Word2VEC_java 的进一步包装,同时实现了常用的词语相似度和句子相似度计算。
jsksxs360/xs-huxblog
一个用于搭建个人博客的 Jekyll 模板
jsksxs360/bin2ckpt
Convert Huggingface Pytorch checkpoint to Tensorflow checkpoint
jsksxs360/Xus.SQLServerHelper
适用于 C# 的 SQL Server 连接辅助类,提供了对数据库的常用操作,包括执行 SQL 语句、按流的方式读取数据、填充本地 DataSet、批量提交对数据表的修改等。
jsksxs360/HanLDA
对 Hankcs 编写的 LDA4j 项目的进一步包装。添加了对训练出的 LDA 模型的存储和读取,简化了 LDA 的使用到 2 个步骤:训练 和 预测。
jsksxs360/event-coref-emnlp2022
a within-document event coreference resolution system, trained and evaluated on the KBP corpus.
jsksxs360/captcha_identification
使用 Keras 搭建模型识别四位数字字母验证码
jsksxs360/prompt-event-coref-emnlp2023
a prompt-based within-document event coreference resolution system, trained and evaluated on the KBP corpus.
jsksxs360/Hanzi
An electronic dictionary for Chinese character study.
jsksxs360/dgcnn_for_reading_comprehension
keras implement of dgcnn for reading comprehension
jsksxs360/jekyll-gitbook
Build Jekyll site with GitBook style!
jsksxs360/jsksxs360
Config files for my GitHub profile.
jsksxs360/machine-learning-note
机器学习概要
jsksxs360/myblog
my blog
jsksxs360/myLC-Python
LeetCode 刷题(Python 语言)
jsksxs360/SpringMVCTest
一个SpringMVC框架的简单示例