Named Entity Recognition

1 revision
#11 week ago
+6
Migrated from pages table
+**Named Entity Recognition** (NER) is a fundamental task in [Natural Language Processing](/wiki/natural_language_processing) that identifies and classifies key information (entities) in text. It recognizes names of people, organizations, locations, and more, transforming unstructured data into meaningful structure, often leveraging [Machine Learning](/wiki/machine_learning).
+## See also
+- [Information Extraction](/wiki/information_extraction)
+- [Text Mining](/wiki/text_mining)
+- [Deep Learning](/wiki/deep_learning)
... 1 more lines