[Haskell-cafe] NLP libraries and tools?

Jason Dagit dagitj at gmail.com
Mon Jul 11 00:12:42 CEST 2011


On Sun, Jul 10, 2011 at 12:59 PM, ivan vadovic <pivo at pobox.sk> wrote:
> Hi,
>
> Also a library for string normalization in the sense of stripping diacritical
> marks would be handy too. Does anything in this respect exist that would be
> usable from haskell?

The closest thing I know of is this:
http://hackage.haskell.org/package/text-icu

You still have to install ICU separately, that library is just a
binding for working with it from Haskell.

Jason



More information about the Haskell-Cafe mailing list