Packages

Porter Stemming Algorithm Implementation in Erlang

Current section

Files

Jump to
porter_stemming rebar.config
Raw

rebar.config

{erl_opts, [debug_info]}.
{deps, []}.
{project_plugins, [rebar3_ex_doc]}.
{hex, [{doc, ex_doc}]}.
{ex_doc, [
{source_url, <<"https://github.com/lpil/porter_stemming">>},
{extras, [<<"README.md">>]},
{main, <<"readme">>}]}.