LEADER 07604nam 2200637 450 001 9910155693303321 005 20221206182202.0 010 $a1-62705-632-7 024 7 $a10.2200/S00741ED1V01Y201611WBE015 035 $a(CKB)3710000000976604 035 $a(MiAaPQ)EBC4770105 035 $a(CaBNVSL)swl00407066 035 $a(OCoLC)970006538 035 $a(IEEE)7791096 035 $a(MOCL)201611WBE015 035 $a(EXLCZ)993710000000976604 100 $a20170104h20172017 uy 0 101 0 $aeng 135 $aurcnu|||||||| 181 $2rdacontent 182 $2rdamedia 183 $2rdacarrier 200 10$aNatural language processing for the semantic web /$fDiana Maynard, Kalina Bontcheva, Isabelle Augenstein 210 1$a[San Rafael, California] :$cMorgan & Claypool Publishers,$d2017. 210 4$dİ2017 215 $a1 online resource (196 pages) $cillustrations 225 1 $aSynthesis Lectures on the Semantic Web: Theory and Technology,$x2160-472X ;$vNumber 15 300 $aPart of: Synthesis digital library of engineering and computer science. 311 $a1-68173-234-3 311 $a1-62705-909-1 320 $aIncludes bibliographical references. 327 $a1. Introduction -- 1.1 Information extraction -- 1.2 Ambiguity -- 1.3 Performance -- 1.4 Structure of the book -- 327 $a2. Linguistic processing -- 2.1 Introduction -- 2.2 Approaches to linguistic processing -- 2.3 NLP pipelines -- 2.4 Tokenization -- 2.5 Sentence splitting -- 2.6 POS tagging -- 2.7 Morphological analysis and stemming -- 2.7.1 Stemming -- 2.8 Syntactic parsing -- 2.9 Chunking -- 2.10 Summary -- 327 $a3. Named entity recognition and classification -- 3.1 Introduction -- 3.2 Types of named entities -- 3.3 Named entity evaluations and corpora -- 3.4 Challenges in NERC -- 3.5 Related tasks -- 3.6 Approaches to NERC -- 3.6.1 Rule-based approaches to NERC -- 3.6.2 Supervised learning methods for NERC -- 3.7 Tools for NERC -- 3.8 NERC on social media -- 3.9 Performance -- 3.10 Summary -- 327 $a4. Relation extraction -- 4.1 Introduction -- 4.2 Relation extraction pipeline -- 4.3 Relationship between relation extraction and other IE tasks -- 4.4 The role of knowledge bases in relation extraction -- 4.5 Relation schemas -- 4.6 Relation extraction methods -- 4.6.1 Bootstrapping approaches -- 4.7 Rule-based approaches -- 4.8 Supervised approaches -- 4.9 Unsupervised approaches -- 4.10 Distant supervision approaches -- 4.10.1 Universal schemas -- 4.10.2 Hybrid approaches -- 4.11 Performance -- 4.12 Summary -- 327 $a5. Entity linking -- 5.1 Named entity linking and semantic linking -- 5.2 NEL datasets -- 5.3 LOD-based approaches -- 5.3.1 DBpedia spotlight -- 5.3.2 YODIE: a LOD-based entity disambiguation framework -- 5.3.3 Other key LOD-based approaches -- 5.4 Commercial entity linking services -- 5.5 NEL for social media content -- 5.6 Discussion -- 327 $a6. Automated ontology development -- 6.1 Introduction -- 6.2 Basic principles -- 6.3 Term extraction -- 6.3.1 Approaches using distributional knowledge -- 6.3.2 Approaches using contextual knowledge -- 6.4 Relation extraction -- 6.4.1 Clustering methods -- 6.4.2 Semantic relations -- 6.4.3 Lexico-syntactic patterns -- 6.4.4 Statistical techniques -- 6.5 Enriching ontologies -- 6.6 Ontology development tools -- 6.6.1 Text2Onto -- 6.6.2 SPRAT -- 6.6.3 FRED -- 6.6.4 Semi-automatic ontology creation -- 6.7 Summary -- 327 $a7. Sentiment analysis -- 7.1 Introduction -- 7.2 Issues in opinion mining -- 7.3 Opinion-mining subtasks -- 7.3.1 Polarity recognition -- 7.3.2 Opinion target detection -- 7.3.3 Opinion holder detection -- 7.3.4 Sentiment aggregation -- 7.3.5 Further linguistic subcomponents -- 7.4 Emotion detection -- 7.5 Methods for opinion mining -- 7.6 Opinion mining and ontologies -- 7.7 Opinion-mining tools -- 7.8 Summary -- 327 $a8. NLP for social media -- 8.1 Social media streams: characteristics, challenges, and opportunities -- 8.2 Ontologies for representing social media semantics -- 8.3 Semantic annotation of social media -- 8.3.1 Keyphrase extraction -- 8.3.2 Ontology-based entity recognition in social media -- 8.3.3 Event detection -- 8.3.4 Sentiment detection and opinion mining -- 8.3.5 Cross-media linking -- 8.3.6 Rumor analysis -- 8.3.7 Discussion -- 327 $a9. Applications -- 9.1 Semantic search -- 9.1.1 What is semantic search? -- 9.1.2 Why semantic full-text search? -- 9.1.3 Semantic search queries -- 9.1.4 Relevance scoring and retrieval -- 9.1.5 Semantic search full-text platforms -- 9.1.6 Ontology-based faceted search -- 9.1.7 Form-based semantic search interfaces -- 9.1.8 Semantic search over social media streams -- 9.2 Semantic-based user modeling -- 9.2.1 Constructing social semantic user models from semantic annotations -- 9.2.2 Discussion -- 9.3 Filtering and recommendations for social media streams -- 9.4 Browsing and visualization of social media streams -- 9.5 Discussion and future work -- 327 $a10. Conclusions -- 10.1 Summary -- 10.2 Future directions -- 10.2.1 Cross-media aggregation and multilinguality -- 10.2.2 Integration and background knowledge -- 10.2.3 Scalability and robustness -- 10.2.4 Evaluation, shared datasets, and crowdsourcing -- Bibliography -- Authors' biographies. 330 3 $aThis book introduces core natural language processing (NLP) technologies to non-experts in an easily accessible way, as a series of building blocks that lead the user to understand key technologies, why they are required, and how to integrate them into Semantic Web applications. Natural language processing and Semantic Web technologies have different, but complementary roles in data management. Combining these two technologies enables structured and unstructured data to merge seamlessly. Semantic Web technologies aim to convert unstructured data to meaningful representations, which benefit enormously from the use of NLP technologies, thereby enabling applications such as connecting text to Linked Open Data, connecting texts to each other, semantic searching, information visualization, and modeling of user behavior in online networks. The first half of this book describes the basic NLP processing tools: tokenization, part-of speech tagging, and morphological analysis, in addition to the main tools required for an information extraction system (named entity recognition and relation extraction) which build on these components. The second half of the book explains how Semantic Web and NLP technologies can enhance each other, for example via semantic annotation, ontology linking, and population. These chapters also discuss sentiment analysis, a key component in making sense of textual data, and the difficulties of performing NLP on social media, as well as some proposed solutions. The book finishes by investigating some applications of these tools, focusing on semantic search and visualization, modeling user behavior, and an outlook on the future. 410 0$aSynthesis lectures on the semantic web, theory and technology ;$vNumber 15. 606 $aNatural language processing (Computer science) 615 0$aNatural language processing (Computer science) 676 $a006.35 700 $aMaynard$b Diana$01263838 702 $aBontcheva$b Kalina 702 $aAugenstein$b Isabelle 801 0$bMiAaPQ 801 1$bMiAaPQ 801 2$bMiAaPQ 906 $aBOOK 912 $a9910155693303321 996 $aNatural language processing for the semantic web$92962845 997 $aUNINA