Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Julia TextAnalysis NERTagger #214

Closed
mitrabhanu opened this issue Jul 25, 2020 · 2 comments
Closed

Julia TextAnalysis NERTagger #214

mitrabhanu opened this issue Jul 25, 2020 · 2 comments

Comments

@mitrabhanu
Copy link

Julia TextAnalysis NERTagger is not working. I have followed documentation at https://juliatext.github.io/TextAnalysis.jl/dev/ner/

I have julia version 1.4.0.
I have added TextAnalysis Package using
Pkg.add("TextAnalysis")
I then tried Nertagger using command
ner = NERTagger()
But I get the below error
ERROR: UndefVarError: NERTagger not defined

Please help.

@tejasvaidhyadev
Copy link
Member

try adding master branch of TextAnalysis

@aviks
Copy link
Member

aviks commented Nov 2, 2020

This feature is now in TextModels.jl

@aviks aviks closed this as completed Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants