JuliaText / TextAnalysis.jl

Julia package for text analysis
Other
373 stars 95 forks source link

Named Entity Recognition #167

Closed Ayushk4 closed 4 years ago

Ayushk4 commented 4 years ago

Porting the NER API from https://github.com/Ayushk4/NER.jl/tree/master/src

aviks commented 4 years ago

the weights are now in the repo as release assets:

Ayushk4 commented 4 years ago

@aviks can you review this Patch? I am proceeding with POS API, most of the functions for NER API will be reused on that.

Ayushk4 commented 4 years ago

@aviks I have written the POS API here. Can you review this patch, since the POS API uses the same model and functions for sequence labelling? Also, that seems to be working much better than the perceptronTagger