How can one process natural language (English) to extract named entities (aka NER)? Or at least, entities which can be mapped to a Mathematica Entity. Note that trying to map entities via simple tokenization, POS or the dependency tree is not the same as NER. Also, I am aware that one can use neural networks to train NER but I would hope there is an easier solution within Mathematica.
$\begingroup$ $\endgroup$
3 Henrik Schumacher
113k77 gold badges197197 silver badges340340 bronze badges
1 Answer 1
$\begingroup$ $\endgroup$
As mentioned in the comments, Mathematica v12 has indeed named entity recognition via the TextContents command. Details in the documentation.
Explore related questions
See similar questions with these tags.
- The Overflow Blog
-
-
- Featured on Meta
-
-
Related
Hot Network Questions
- What physical package size is needed for gate resistor on triac with AC Mains
- A novel where a time traveler arrived by mistake at the peak of the Black Death
- Why do different implementations produce different DER signatures for the same private key and hash?
- Movie about two immortals: a young girl and an older guy. The guy would collect and kill people for the girl to feed on
- Why did Jesus say that he is the light of the world while in it?
- A (probably wrong) proof that the fundamental Poisson brackets are independent of the special choice of the canonical variables
- If a creature with legendary actions is polymorphed, does it lose its legendary actions?
- Is there a term for the sound the orchestra produces when they tune?
- What is the point of All In?
- What exactly is Kripkenstein?
- Are the lampstands the same in Rev 11 and Zec 4?
- Choosing Capacitor for Buck Converter
- How to get cash (in Bangkok) with no bank card or passport
- How to create a list with two columns?
- Why is the verb "to sic" conjugated with a double c rather than the more typical ck?
- Is a proper wire nut connection possible if wires don’t twist?
- Find Extreme UV data source for the Sun
- Condensation of water droplets on one side of a bottle!
- Transform dataset coordinates from Lambert Conformal Conic projection to WGS84
- Does India enforce 6 months passport validity for Indian citizens leaving
- Question in proof of Godel's incompleteness theorem
- Difference between VOR approach (with DME required) and VOR DME approach?
- Game with shrinking one's self as main gimmick/mechanic
- In ITT, are all provable equalities in the empty context provable by refl?
lang-mma
WordDataa its head instead ofListon POS queries. Your mileage may vary. $\endgroup$JLinkand connect to, say, the Java Stanford NER library. (And with the results from those doEntitymapping...) $\endgroup$