{-# LANGUAGE Haskell2010 #-}

{-|
Module      : NLP.ARPA
Description : Library for reading ARPA n-gram models
Copyright   : (c) 2015, Stefan Fischer
License     : BSD3
Maintainer  : Stefan Fischer <sfischer13@ymail.com>
Stability   : experimental

"NLP.ARPA" is a library for reading ARPA n-gram models.
This module is the only one you need to import.

The code is maintained at <https://github.com/sfischer13/haskell-arpa GitHub>.
-}
module NLP.ARPA where