packages feed

polh-lexicon-0.1.0: tools/polh-binarize.hs

import System.Environment (getArgs)
import NLP.Polh.LMF (readPolh)
import NLP.Polh.Binary (savePolh)

main = do
    [lmfPath, binPath] <- getArgs
    savePolh binPath =<< readPolh lmfPath