fnl / segtok

Segtok v2 is here: https://github.com/fnl/syntok -- A rule-based sentence segmenter (splitter) and a word tokenizer using orthographic features.
http://fnl.es/segtok-a-segmentation-and-tokenization-library.html
MIT License
170 stars 22 forks source link

segtok in programs #6

Closed dineshbvadhia closed 9 years ago

dineshbvadhia commented 9 years ago

What is the equivalent of the command line

segmenter data | tokenizer

within a program ie. what is the usage for segtok within a program?

fnl commented 9 years ago

Please read the documentation, it describes how to use the API.

Florian On Jun 14, 2015 10:16 AM, "dineshbvadhia" notifications@github.com wrote:

What is the equivalent of the command line

segmenter data | tokenizer

within a program ie. what is the usage for segtok within a program?

— Reply to this email directly or view it on GitHub https://github.com/fnl/segtok/issues/6.

dineshbvadhia commented 9 years ago

ok. found it.