README.md
# Lexicon
A lexicon (word list) implemented in Elixir. This project was inspired by the
[Lexicon class](http://stanford.edu/~stepp/cppdoc/Lexicon-class.html) found in
the [Stanford C++ libraries](http://stanford.edu/~stepp/cppdoc/).
## Installation
To use Lexicon in your Mix projects, first add Lexicon as a dependency:
```elixir
def deps do
[{:lexicon, "~> 0.0.1"}]
end
```
After adding ExDoc as a dependency, run `mix deps.get` to install it.