Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dkuku/ex_tf_idf
Calculate word rankings using tf_idf algorithm in pure elixir
https://github.com/dkuku/ex_tf_idf
Last synced: 18 days ago
JSON representation
Calculate word rankings using tf_idf algorithm in pure elixir
- Host: GitHub
- URL: https://github.com/dkuku/ex_tf_idf
- Owner: dkuku
- Created: 2024-04-27T21:26:17.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-04-29T20:38:58.000Z (9 months ago)
- Last Synced: 2024-12-06T07:07:32.549Z (about 1 month ago)
- Language: Elixir
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TfIdf
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `tf_idf` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:tf_idf, "~> 0.1.0"}
]
end
```Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at .