Packages

ex_keyword_extraction is an elixir wrapper for keyword_extraction crate - it includes the following algorithms: TF-IDF, Rake, TextRank

Current section

Files

Jump to
ex_keyword_extraction native exkeywordextractionnative Cargo.toml
Raw

native/exkeywordextractionnative/Cargo.toml

[package]
name = "exkeywordextractionnative"
version = "0.1.0"
authors = []
edition = "2021"
[lib]
name = "exkeywordextractionnative"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
keyword_extraction = "1.4.2"
rustler = "0.32.1"