Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] #144

Open
sunyueli opened this issue May 19, 2023 · 0 comments
Open

[BUG] #144

sunyueli opened this issue May 19, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@sunyueli
Copy link

时间识别错误

  1. 版本(Version):1.4.35

  2. jionlp的调用代码与输入文本(Code & Text):
    import jionlp as jio
    time_list = ['此刻','当前','这个月']
    for t_str in time_list:
    try:
    res = jio.parse_time(t_str)
    print(res)
    except:
    print(t_str)

  3. 调用报错日志如下(Log):

trackback: ValueError: can not parse the string 此刻.

期望行为(Expectation)

若返回结果不理想,描述你期望发生的事情(Please describe your expectation)

请顺手 star 一下右上角的⭐小星星

@sunyueli sunyueli added the bug Something isn't working label May 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant