Is there a "to-go" package for NLP in Julia? I mean, a reference package like how Flux and MLJ are.
I think(?) this is something @Lyndon White would know.
I haven't heard much about a 'canonical' NLP package, but I'm not very connected to that space
TextAnalysis.jl for "end user" tooling. In terms of "I just want to run some standard topic detection, sentiment analysis, pos tagging.
The other Packages in JuliaText plus maybe Transformers.jl if you want more to build your own.
Or maybe just Transformers.jl if that is what you are into.
Last updated: Nov 06 2024 at 04:40 UTC