1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
// ! bareun_rs::bareun
//! =====
//! Provides
//! 1. a Korean Part-Of-Speech Tagger as bareun client
//! 2. Multiple custom dictionaries which is kept in the your bareun server.
//! 3. Korean spelling corrector
//!
//!
//! How to use the documentation
//! ----------------------------
//! Full documentation for bareun is available in
//! installable tarball or docker images.
//! - see `docs/intro.html` at installable tarball.
//! - or `http://localhost:5757/intro.html` after running docker.
//!
//! The docstring examples assume that `bareun_rs::bareun` has been imported as `brn`.
//! >>> use bareun_rs::bareun as brn;
//!
//! Classes
//! -------
//! Tagger
//! the bareun POS tagger for Korean
//! `use bareun_rs::bareun::Tagger;`
//! Tagged
//! Wrapper for tagged output
//! `use bareun_rs::bareun::Tagged;`
//! Tokenizer
//! the bareun tokenizer for Korean
//! `use bareun_rs::bareun::Tokenizer;`
//! Tokenized
//! Wrapper for tokenized output
//! `use bareun_rs::bareun::Tokenized;`
//! Corrector
//! Korean spelling corrector
//! `use bareun_rs::bareun::Corrector;`
//! CustomDict
//! Custom dictionary for Korean.
//! `use bareun_rs::bareun::CustomDict;`
//!
//!
//! Get bareun
//! ----------------------------
//! - Use docker, <https://hub.docker.com/r/bareunai/bareun>
//! - Or visit <https://bareun.ai/>
pub use crate*;
pub use crate*;
pub use crate*;
pub use crate*;
pub use crate*;
pub use crate*;
pub use crate*;
pub use crate*;