packages feed

hist-pl-lexicon-0.3.0: tools/hist-pl-binarize.hs

import           System.Environment (getArgs)
import           NLP.HistPL.LMF (readLMF)
import qualified NLP.HistPL as H

main = do
    [lmfPath, binPath] <- getArgs
    H.save binPath =<< readLMF lmfPath