Docs.rs
jpreprocess-dictionary-0.13.2
jpreprocess-dictionary 0.13.2
Docs.rs crate page
BSD-3-Clause
Links
Repository
crates.io
Source
Owners
phenylshima
Dependencies
anyhow ^1.0.82
normal
bincode ^2.0.1
normal
byteorder ^1.5.0
normal
clap ^4.5.4
normal
optional
csv ^1.3.0
normal
derive_builder ^0.20.2
normal
encoding_rs ^0.8.35
normal
encoding_rs_io ^0.1.7
normal
glob ^0.3.1
normal
jpreprocess-core ^0.13.2
normal
lindera ~1.4.1
normal
lindera-dictionary ~1.4.1
normal
log ^0.4.21
normal
once_cell ^1.19.0
normal
serde ^1.0.200
normal
thiserror ^1.0.59
normal
yada ^0.5.1
normal
Versions
6.98%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Token
jpreprocess_
dictionary
0.13.2
Token
Required Methods
fetch
Implementations on Foreign Types
Token<'_>
Implementors
In jpreprocess_
dictionary::
tokenizer
jpreprocess_dictionary
::
tokenizer
Trait
Token
Copy item path
Source
pub trait Token { // Required method fn
fetch
(&mut self) ->
JPreprocessResult
<(&
str
,
WordEntry
)>; }
Required Methods
§
Source
fn
fetch
(&mut self) ->
JPreprocessResult
<(&
str
,
WordEntry
)>
Implementations on Foreign Types
§
Source
§
impl
Token
for
Token
<'_>
Source
§
fn
fetch
(&mut self) ->
JPreprocessResult
<(&
str
,
WordEntry
)>
Implementors
§
Source
§
impl
Token
for
JPreprocessToken
<'_>