Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
quesurifn committed Oct 9, 2022
1 parent a1ecbfe commit 46479c1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yake-wasm"
version = "1.0.2"
version = "1.0.3"
edition = "2021"
authors = ["Kyle Fahey <[email protected]>"]
keywords = ["wasm", "yake", "keywords", "keyword extraction"]
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# YAKE (Yet Another Keyword Extractor) Rust WASM
# Enhanced YAKE (Yet Another Keyword Extractor)
## WASM (Rust)

Yake is based on this paper: https://repositorio.inesctec.pt/server/api/core/bitstreams/ef121a01-a0a6-4be8-945d-3324a58fc944/content
Yake is based on this [paper](https://repositorio.inesctec.pt/server/api/core/bitstreams/ef121a01-a0a6-4be8-945d-3324a58fc944/content)

Yake is a language agnostic statistical keyword extractor weighing several factors such as acronyms, position in paragraph, capitalization, how many sentences the keyword appears in, stopwords, punctuation and more.

Expand Down Expand Up @@ -45,7 +46,7 @@ console.log(results)
console.timeEnd('yake benchmark');
```

Result:
*Result*:

```
[
Expand Down Expand Up @@ -108,3 +109,5 @@ There are a limited amount of tests in the repo. To test ensure you have `wasm-p

To run: `wasm-pack test --node --lib`



0 comments on commit 46479c1

Please sign in to comment.