JuliaText would be great. TextAnalysis.jl really needs a lot of love to move forward. For now, I’d strongly push people towards NLTK.
— John On Jan 27, 2014, at 8:29 AM, Jonathan Malmaud <[email protected]> wrote: > I was thinking of starting up a Julia NLP meta-project on github if there's > enough interest. It could host projects like textanalysis.jl, a Julia > interface to NLTK, a Julia interface to some of Stanford's NLP tools, and > whatever more native solutions people put together. > > On Friday, October 25, 2013 9:32:10 AM UTC-4, Dahua Lin wrote: > I wish there is something comparable to NLTK in Julia. In a recent project > that involves text parsing, I have to implement the text handling module in > Python, simply for the purpose of using NTLK and Jinja2. > > If we can get the attention of the NLP community, I believe some NLP people > will build such things very soon. > > - Dahua > > > On Tuesday, October 22, 2013 7:35:57 PM UTC-5, John Myles White wrote: > There's a package called TextAnalysis.jl that has stemming and very basic > tokenization. Patches to do POS tagging would be very welcome. > > -- John > > On Oct 22, 2013, at 5:29 PM, Jonathan Malmaud <[email protected]> wrote: > > > Is anyone working on or know of a package to do NLP tasks with Julia, like > > part-of-speech tagging and stemming? PyCall works fine with Python's NLTK, > > so that would be my default choice if there isn't anything more native at > > the moment. >
