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

Bổ sung tiện ích phát hiện câu tiếng Việt #3

Closed
vunb opened this issue Sep 6, 2016 · 1 comment
Closed

Bổ sung tiện ích phát hiện câu tiếng Việt #3

vunb opened this issue Sep 6, 2016 · 1 comment

Comments

@vunb
Copy link
Owner

vunb commented Sep 6, 2016

Người dùng có thể sử dụng lệnh sau để bóc tách, phát hiện câu (sentence detector) trong 1 file tiếng Việt.

Xử lý input là một chuỗi

$ vntk sd [text]

Xử lý input là một tệp tin

$ vntk sd -f demo.txt another.txt
$ //Output: demo.txt.sd, another.txt.sd

Xử lý như một thư viện

var vntk = require("vntk");

vntk.sd("text");
@vunb vunb added this to the Feature Requests / Ideas milestone Sep 9, 2016
@vunb
Copy link
Owner Author

vunb commented Nov 6, 2017

No idea, lack of activity.

@vunb vunb closed this as completed Nov 6, 2017
@trngbro trngbro mentioned this issue Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant