Packages

Multilingual keyword extraction using the RAKE algorithm

Current section

Files

Jump to
motif rebar.config
Raw

rebar.config

{erl_opts, [debug_info, warnings_as_errors]}.
{deps, []}.
{profiles, [
{test, [{erl_opts, [nowarn_export_all]}]}
]}.
{shell, [{apps, [motif]}]}.
{hex, [
{doc, edoc},
{licenses, ["Apache-2.0"]},
{links, [{"GitHub", "https://github.com/roquess/motif"}]}
]}.