Wrapper for the Alpino tokenizer for Dutch.
This crate provides a wrapper around the Alpino tokenizer for
Dutch. Since the tokenizer itself is included through the
alpino-tokenizer-sys crate, this crate can be used without
any external dependencies.
This crate exposes a single function tokenize, that takes a
single paragraph as a string and returns a Vec<Vec<String>>
holding the sentences and tokens. For example:
use File;
use BufReader;
use ;
let read = new;
let tokenizer = from_buf_read.unwrap;
assert_eq!;