Payal
Payal

Reputation: 23

Packages for NER in R

I am trying to download openNLPmodels.en package in R for Named Entity Recognition but failed to download it successfully. Please suggest any other package in R for NER other than the above. Thank you in advance.

Upvotes: 0

Views: 2555

Answers (2)

Hope
Hope

Reputation: 119

Though not on CRAN yet, I find entity package on GitHub useful for me. FYI: https://github.com/trinker/entity

Upvotes: 2

user1600826
user1600826

Reputation:

If you want to do Named Entity Recognition with custom labels, you can use package crfsuite. https://cran.r-project.org/web//packages/crfsuite/index.html

Upvotes: 1

Related Questions