I am working on a library for doing corpus linguistics with Julia (out of my frustration with python). It is mostly designed for my personal needs, written in the little free time I have, and it isn't ready for others to use easily. That being said, any ideas or contributions would be more than welcome.
https://github.com/mguzmann/CorpusTools/ El viernes, 16 de mayo de 2014 22:19:21 UTC+2, Jonathan Malmaud escribió: > > Hi Sorami, > Yes, JuliaText is meant to be the repository of Julia NLP packages and I > agree with you about Julia's potential in the NLP domain. There hasn't been > a lot of action there since I think there aren't many people using Julia > for NLP yet (although I hope that changes). Any contributions you wanted to > make would be most appreciated. > > On Thursday, May 8, 2014 7:03:18 AM UTC-7, ther...@gmail.com wrote: >> >> Hi all, >> >> >> I am interested in writing Natural Language Processing (NLP) tools in >> Julia. >> >> My name is Sorami, I am a data scientist at BrainPad Inc. in Tokyo, >> Japan. I used to be a graduate student doing NLP. >> >> I am much interested in Julia, and I see its great potential as a >> powerful NLP / Text Mining tool. >> >> ----- >> >> I have read the "Natural language processing in Julia" posts in >> julia-user Group ( >> https://groups.google.com/forum/#!searchin/julia-users/nlp/julia-users/SxB16X6lM1c/IWidFfJaDhUJ >> >> ); >> Are there any updates on Julia+NLP since then? Is "JuliaText" ( >> https://github.com/JuliaText ) the center for NLP stuff? How about >> "TextAnalysis.jl"? >> >> ----- >> >> FYI: I have uploaded the source code for a naïve "Dependency Parser" in >> Julia, which I wrote when I was playing around with Julia. >> https://github.com/sorami/DependencyParser.jl >> >> (Dependency parser is a kind of syntactic analysis tool for natural >> languages like English or Japanese) >> >> >> Cheers, >> -- >> Sorami Hisamoto >> http://89.io >> >> >> >> On Tuesday, January 28, 2014 1:31:07 AM UTC+9, John Myles White wrote: >>> >>> 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 <mal...@gmail.com> 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 <mal...@gmail.com> >>>>> 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. >>>>> >>>>> >>>