{-# LANGUAGE Haskell2010 #-} {-| Module : NLP.ARPA Description : Library for reading ARPA n-gram models Copyright : (c) 2015, Stefan Fischer License : BSD3 Maintainer : Stefan Fischer 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 . -} module NLP.ARPA where