packages feed

colada 0.4.1 → 0.4.2

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

Colada/Features.hs view
@@ -33,7 +33,7 @@ at i (Zip _ rs) | i > 0  = index (i+1) rs at _ z = safeCursor z    -- i == 0 -index :: Num a => a -> [b] -> Maybe b+index :: (Eq a, Num a) => a -> [b] -> Maybe b index 1 (x:_)  = Just x index _ []  = Nothing index i (_:xs) = index (i-1) xs
colada.cabal view
@@ -1,5 +1,5 @@ Name:                colada-Version:             0.4.1+Version:             0.4.2 Synopsis:            Colada implements incremental word class class induction                       using online LDA Description:  Colada implements incremental word class class induction using