KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
ChiTimeNLP
★ 17
Open GitHub ↗
中文时间识别
Download README (.md)
Explore Similar Repositories
deep-shrooms
:
Project for the Helsinki University course Introduction to Data Science
wavelet-matrix-rs
:
Wavelet Matrix implementation written in Rust
dpdk
:
dpdk学习及相关项目
strictlyswift
:
Various projects and code samples for the Strictly Swift blog
RewrZ
:
RewrZ Project - 一个中庸的个人博客系统项目。基于 FastAPI 构建,轻量级设计,可在 512MB 内存服务器上流畅运行,注重隐私保护和个性化定制。
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
ChiTimeNLP
?
Download (.md)
# ChiTimeNLP 中文语句中的时间语义识别。即通过分析中文语句,识别出话语中提到的时间。参考 [Time-NLP](https://github.com/shinyke/Time-NLP) 本工具是由复旦NLP中的时间分析功能修改而来,做了很多细节和功能的优化,具体如下: - 泛指时间的支持,如:早上、晚上、中午、傍晚等。 - 时间未来倾向。 如:在周五输入“周一早上开会”,则识别到下周一早上的时间;在下午17点输入:“9点送牛奶给隔壁的汉子”则识别到第二天上午9点。 - 多个时间的识别,及多个时间之间上下文关系处理。如:"下月1号下午3点至5点到图书馆还书",识别到开始时间为下月1号下午三点。同时,结束时间也继承上文时间,识别到下月1号下午5点。 简而言之,这是一个输入一句话,能识别出话里的时间的工具。╮(╯▽╰)╭