Σύγκριση μεθόδων
Εξετάστε τις επιλεγμένες μεθόδους δίπλα-δίπλα· οι γραμμές που διαφέρουν επισημαίνονται.
| Τεμαχισμός× | Αναγνώριση Ονομαστικών Οντοτήτων (NER)× | |
|---|---|---|
| Πεδίο | Εξόρυξη Κειμένου | Εξόρυξη Κειμένου |
| Οικογένεια | Process / pipeline | Process / pipeline |
| Έτος προέλευσης≠ | 1991 | — |
| Δημιουργός≠ | Steven Abney | — |
| Τύπος≠ | NLP partial-parsing task | NLP sequence-labelling task |
| Θεμελιώδης πηγή≠ | Abney, S. (1991). Parsing by Chunks. In Principle-Based Parsing. Kluwer Academic Publishers. ISBN: 978-0-7923-1173-4 | Nadeau, D. & Sekine, S. (2007). A survey of named entity recognition. Lingvisticae Investigationes. link ↗ |
| Εναλλακτικές ονομασίες | shallow parsing, partial parsing, Yüzeysel Ayrıştırma (Chunking) | NER, entity tagging, Adlandırılmış Varlık Tanıma (NER) |
| Συναφείς≠ | 4 | 3 |
| Σύνοψη≠ | Chunking, also called shallow parsing, is a natural-language-processing task introduced by Steven Abney in 1991 that divides text into grammatical pieces — such as noun phrases and verb phrases — using part-of-speech tags. It extracts useful syntactic structure quickly without building a full parse tree of the sentence. | Named entity recognition (NER) is a natural-language-processing task that automatically detects and labels entities in text — such as people, organisations, locations, and dates. Surveyed by Nadeau and Sekine (2007) and later advanced with neural architectures by Lample et al. (2016), it turns free-running text into tagged spans that downstream tools can use. |
| ScholarGateΣύνολο δεδομένων ↗ |
|
|