Cargo.lock
0 → 100644
+1304
−0
File added.
Preview size limit exceeded, changes collapsed.
Cargo.toml
0 → 100644
+10
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
[package]
|
||
name = "lingua-compare"
|
||
version = "0.1.0"
|
||
edition = "2021"
|
||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||
[dependencies]
|
||
lingua = "1.4.0"
|
||
lingua-czech-language-model = "1.0.1" |
src/main.rs
0 → 100644
+23
−0
Loading