Narrow Search
Last searches

Results for *

Displaying results 176 to 200 of 284.

  1. Controlled document authoring in a machine translation age
    Author: Miyata, Rei
    Published: 2020
    Publisher:  Routledge, Taylor & Francis Group, London

    "This book explains the concept, framework, implementation, and evaluation of controlled document authoring in this age of translation technologies. Machine translation (MT) is routinely used in many situations, by companies, governments and... more

    Staatsbibliothek zu Berlin - Preußischer Kulturbesitz, Haus Potsdamer Straße
    10 A 113644
    Unlimited inter-library loan, copies and loan

     

    "This book explains the concept, framework, implementation, and evaluation of controlled document authoring in this age of translation technologies. Machine translation (MT) is routinely used in many situations, by companies, governments and individuals. Despite recent advances, MT tools are still known to be imperfect, sometimes producing critical errors. To enhance the performance of MT, researchers and language practitioners have developed controlled languages that impose restrictions on the form or length of the source language text. However, a fundamental, persisting problem is that both current MT systems and controlled languages deal only with the sentence as the unit of processing. To be effective, controlled languages must be contextualised at the document level, consequently enabling MT to generate outputs appropriate for their functional context within the target document. With a specific focus on Japanese municipal documents, this book establishes a framework for controlled document authoring by integrating various research strands including document formalisation, controlled language, and terminology management. It then presents the development and evaluation of an authoring support system, MuTUAL, that is designed to help non-professional writers create well-organised documents that are both readable and translatable. The book provides useful insights for researchers and practitioners interested in translation technology, technical writing, and natural language processing applications"--

     

    Export to reference management software   RIS file
      BibTeX file
    Source: Staatsbibliothek zu Berlin
    Language: English
    Media type: Book
    Format: Print
    ISBN: 9780367500191
    Series: Routledge studies in translation technology
    Subjects: Machine translating; Computational linguistics; Natural language processing (Computer science)
    Scope: 220 Seiten, Illustrationen
    Notes:

    Includes bibliographical references and index

  2. Computerlinguistik und Sprachtechnologie
    Eine Einführung
    Contributor: Carstensen, Kai-Uwe (HerausgeberIn); Ebert, Christian (HerausgeberIn); Ebert, Cornelia (HerausgeberIn); Jekat, Susanne (HerausgeberIn); Langer, Hagen (HerausgeberIn); Klabunde, Ralf (HerausgeberIn)
    Published: 2009; 2010
    Publisher:  Spektrum Akademischer Verlag, Heidelberg

    Access:
    Resolving-System (lizenzpflichtig)
    Badische Landesbibliothek
    No inter-library loan
    Export to reference management software   RIS file
      BibTeX file
    Content information
  3. Computational History and Data-Driven Humanities
    Second IFIP WG 12.7 International Workshop, CHDDH 2016, Dublin, Ireland, May 25, 2016, Revised Selected Papers
    Contributor: Bozic, Bojan (HerausgeberIn); Mendel-Gleason, Gavin (HerausgeberIn); Debruyne, Christophe (HerausgeberIn); O'Sullivan, Declan (HerausgeberIn)
    Published: 2016
    Publisher:  Springer International Publishing, Cham

    Access:
    Resolving-System (lizenzpflichtig)
    Badische Landesbibliothek
    No inter-library loan
    Export to reference management software   RIS file
      BibTeX file
  4. Präsentieren in Schule, Studium und Beruf
  5. Quick start guide to large language models
    strategies and best practices for using ChatGPT and other LLMs
    Published: [2024]; © 2024
    Publisher:  Addison-Wesley, Hoboken, New Jersey

    The Practical, Step-by-Step Guide to Using LLMs at Scale in Projects and Products Large Language Models (LLMs) like ChatGPT are demonstrating breathtaking capabilities, but their size and complexity have deterred many practitioners from applying... more

    Universitätsbibliothek Clausthal
    2024 A 87
    Unlimited inter-library loan, copies and loan
    Staats- und Universitätsbibliothek Hamburg Carl von Ossietzky
    ST 306 O99 89715
    No inter-library loan
    Deutsche Universität für Verwaltungswissenschaften Speyer, Universitätsbibliothek
    D II s 3925
    No loan of volumes, only paper copies will be sent
    UB Weimar
    Hp 2400/6
    No inter-library loan
    Ostfalia Hochschule für angewandte Wissenschaften, Bibliothek
    IT Dh 014
    Unlimited inter-library loan, copies and loan

     

    The Practical, Step-by-Step Guide to Using LLMs at Scale in Projects and Products Large Language Models (LLMs) like ChatGPT are demonstrating breathtaking capabilities, but their size and complexity have deterred many practitioners from applying them. In Quick Start Guide to Large Language Models, pioneering data scientist and AI entrepreneur Sinan Ozdemir clears away those obstacles and provides a guide to working with, integrating, and deploying LLMs to solve practical problems. Ozdemir brings together all you need to get started, even if you have no direct experience with LLMs: step-by-step instructions, best practices, real-world case studies, hands-on exercises, and more. Along the way, he shares insights into LLMs' inner workings to help you optimize model choice, data formats, parameters, and performance. You'll find even more resources on the companion website, including sample datasets and code for working with open- and closed-source LLMs such as those from OpenAI (GPT-4 and ChatGPT), Google (BERT, T5, and Bard), EleutherAI (GPT-J and GPT-Neo), Cohere (the Command family), and Meta (BART and the LLaMA family). Learn key concepts: pre-training, transfer learning, fine-tuning, attention, embeddings, tokenization, and moreUse APIs and Python to fine-tune and customize LLMs for your requirementsBuild a complete neural/semantic information retrieval system and attach to conversational LLMs for retrieval-augmented generationMaster advanced prompt engineering techniques like output structuring, chain-ofthought, and semantic few-shot promptingCustomize LLM embeddings to build a complete recommendation engine from scratch with user dataConstruct and fine-tune multimodal Transformer architectures using opensource LLMsAlign LLMs using Reinforcement Learning from Human and AI Feedback (RLHF/RLAIF)Deploy prompts and custom fine-tuned LLMs to the cloud with scalability and evaluation pipelines in mind "By balancing the potential of both open- and closed-source models, Quick Start Guide to Large Language Models stands as a comprehensive guide to understanding and using LLMs, bridging the gap between theoretical concepts and practical application."--Giada Pistilli, Principal Ethicist at HuggingFace "A refreshing and inspiring resource. Jam-packed with practical guidance and clear explanations that leave you smarter about this incredible new field."--Pete Huang, author of The Neuron Register your book for convenient access to downloads, updates, and/or corrections as they become available. See inside book for details "The advancement of Large Language Models (LLMs) has revolutionized the field of Natural Language Processsing (NLP) in recent years. Models like BERT, T5, and ChatGPT have demonstrated unprecedented performance on a wide range of NLP tasks, from text classification to machine translation. Despite their impressive performance, the use of LLMs remains challenging for many practitioners. The sheer size of these models, combined with the lack of understanding of their inner workings, has made it difficult for practitioners to effectively use and optimize these models for their specific needs. This book is a practical guide to the use of LLMs in NLP. It provides an overview of the key concepts and techniques used in LLMs and explains how these models work and how they can be used for various NLP tasks. The book also covers advanced topics, such as fine-tuning, alignment, and information retrieval while providing practical tips and tricks for training and optimizing LLMs for specific NLP tasks. This book addresses a wide range of topics in the field of LLMs, including the basics, launching an application with proprietary models, fine-tuning GPT3 with custom examples, prompt engineering, building a recommendation engine, combining Transformers, and deploying custom LLMs to the cloud." --

     

    Export to reference management software   RIS file
      BibTeX file
    Content information
  6. The German language in the digital age
    = Die deutsche Sprache im digitalen Zeitalter
    Published: 2012
    Publisher:  Springer, Heidelberg [u.a.]

    Universitätsbibliothek Braunschweig
    2924-3945
    Unlimited inter-library loan, copies and loan
    Staats- und Universitätsbibliothek Hamburg Carl von Ossietzky
    BE 775
    No inter-library loan
    Export to reference management software   RIS file
      BibTeX file
    Source: Union catalogues
    Language: English; German
    Media type: Book
    Format: Print
    ISBN: 3642271650; 9783642271656
    Other identifier:
    9783642271656
    RVK Categories: AP 96960
    Series: White Paper Series = Weißbuch-Serie, 2194-1416, 2194-1422*e
    Subjects: German language; Natural language processing (Computer science); Computational linguistics
    Scope: IV, 81 S., Ill., graph. Darst., 28 cm
  7. The Polish language in the digital age
    = Je̜zyk polski w erze cyfrowej
    Published: 2012
    Publisher:  Springer, Berlin

    "In everyday communication, Europe's citizens, business partners and politicians are inevitably confronted with language barriers. Language technology has the potential to overcome these barriers and to provide innovative interfaces to technologies... more

    Staatsbibliothek zu Berlin - Preußischer Kulturbesitz, Haus Potsdamer Straße
    1 B 152014
    Unlimited inter-library loan, copies and loan
    Universitätsbibliothek Freiburg
    KA 2012/472
    Unlimited inter-library loan, copies and loan
    Universitäts- und Landesbibliothek Sachsen-Anhalt / Zentrale
    S CVI 20 Mił
    No inter-library loan
    Badische Landesbibliothek
    Unlimited inter-library loan, copies and loan
    Saarländische Universitäts- und Landesbibliothek
    4 2012-1229
    Unlimited inter-library loan, copies and loan

     

    "In everyday communication, Europe's citizens, business partners and politicians are inevitably confronted with language barriers. Language technology has the potential to overcome these barriers and to provide innovative interfaces to technologies and knowledge. This white paper presents the state of language technology support for the Polish language. It is part of a series that analyses the available language resources and technologies for 30 European languages. The analysis was carried out by MEDTA-NET, a Network of Excellence funded by the European Commission. META-NET consists of 54 research centres in 33 countries, who cooperate with stakeholders from economy, government agencies, research organisations, non-governmental organisations, language communities and European universities. META-NET's vision is high-quality language technology for all European languages"--Page 4 of cover

     

    Export to reference management software   RIS file
      BibTeX file
    Source: Staatsbibliothek zu Berlin
    Language: English; Polish
    Media type: Book
    Format: Print
    ISBN: 3642308104; 9783642308109
    Other identifier:
    9783642308109
    RVK Categories: ST 680
    Series: META-NET white paper series
    META-NET seria raportów
    Subjects: Polish language; Computational linguistics; Natural language processing (Computer science)
    Scope: IV, 77 S, Ill., graph. Darst, 28 cm
    Notes:

    Literaturangaben. - Text engl. und poln

  8. Advanced language technologies for digital libraries
    international workshops on NLP4DL 2009, Viareggio, Italy, June 15, 2009 and AT4DL 2009, Trento, Italy, September 8, 2009
    Contributor: Bernardi, Raffaella (Hrsg.)
    Published: 2011
    Publisher:  Springer, Berlin

    Universitätsbibliothek Braunschweig
    2916-0811
    Unlimited inter-library loan, copies and loan
    Sächsische Landesbibliothek - Staats- und Universitätsbibliothek Dresden
    Unlimited inter-library loan, copies and loan
    Staats- und Universitätsbibliothek Hamburg Carl von Ossietzky
    K ADV 48663
    Unlimited inter-library loan, copies and loan
    Technische Informationsbibliothek (TIB) / Leibniz-Informationszentrum Technik und Naturwissenschaften und Universitätsbibliothek
    RN 2835(6699)
    No loan of volumes, only paper copies will be sent
    Badische Landesbibliothek
    111 A 54357
    Unlimited inter-library loan, copies and loan
    Universität des Saarlandes, Campusbibliothek für Informatik und Mathematik, Fachrichtung 6.2 Informatik
    No loan of volumes, only paper copies will be sent
    Schloss Dagstuhl - Leibniz-Zentrum für Informatik, Bibliothek
    No loan of volumes, only paper copies will be sent
    Export to reference management software   RIS file
      BibTeX file
    Content information
    Source: Union catalogues
    Contributor: Bernardi, Raffaella (Hrsg.)
    Language: English
    Media type: Book
    Format: Print
    ISBN: 3642231594; 9783642231599
    Other identifier:
    9783642231599
    RVK Categories: SS 4800
    Series: Array ; 6699
    Hot topics
    Subjects: Natural language processing (Computer science); Digital libraries; Information storage and retrieval systems; Database management
    Other subjects: Array; Array; Array; Array
    Scope: VII, 170 S., graph. Darst., 235 mm x 155 mm
    Notes:

    Includes bibliographical references and author index

  9. The structure of style
    algorithmic approaches to understanding manner and meaning
    Contributor: Argamon, Shlomo (Hrsg.)
    Published: 2010
    Publisher:  Springer, Berlin

    Technische Informationsbibliothek (TIB) / Leibniz-Informationszentrum Technik und Naturwissenschaften und Universitätsbibliothek
    T 10 B 7011
    Unlimited inter-library loan, copies and loan
    Universitätsbibliothek Heidelberg
    LN-U10-15943
    Unlimited inter-library loan, copies and loan
    Badische Landesbibliothek
    110 A 12396
    Unlimited inter-library loan, copies and loan
    Universitätsbibliothek Stuttgart
    Unlimited inter-library loan, copies and loan
    Württembergische Landesbibliothek
    60/18542
    Unlimited inter-library loan, copies and loan
    Schloss Dagstuhl - Leibniz-Zentrum für Informatik, Bibliothek
    No loan of volumes, only paper copies will be sent
    Export to reference management software   RIS file
      BibTeX file
    Source: Union catalogues
    Contributor: Argamon, Shlomo (Hrsg.)
    Language: English
    Media type: Book
    Format: Print
    ISBN: 9783642123368
    Other identifier:
    9783642123368
    12180110
    RVK Categories: ST 690
    Subjects: Computer science; Computer art; Computer music; Natural language processing (Computer science); Language and languages; Digital Humanities
    Scope: XVIII, 338 S., Ill., graph. Darst, 24 cm
    Notes:

    Literaturangaben

  10. Handbook of natural language processing and machine translation
    DARPA Global Autonomous Language Exploitation ; [GALE Program]
    Contributor: Olive, Joseph (Hrsg.)
    Published: 2011
    Publisher:  Springer, New York

    Staats- und Universitätsbibliothek Bremen
    a inf 750 m/408
    Unlimited inter-library loan, copies and loan
    Sächsische Landesbibliothek - Staats- und Universitätsbibliothek Dresden
    Unlimited inter-library loan, copies and loan
    Technische Informationsbibliothek (TIB) / Leibniz-Informationszentrum Technik und Naturwissenschaften und Universitätsbibliothek
    T 11 B 3089
    Unlimited inter-library loan, copies and loan
    Universitätsbibliothek Kiel, Zentralbibliothek
    Rb 6582
    Unlimited inter-library loan, copies and loan
    Otto-von-Guericke-Universität, Universitätsbibliothek
    2012.00514:1
    Unlimited inter-library loan, copies and loan
    Export to reference management software   RIS file
      BibTeX file
    Source: Union catalogues
    Contributor: Olive, Joseph (Hrsg.)
    Language: English
    Media type: Book
    Format: Print
    ISBN: 9781441977120; 1441977120
    Other identifier:
    9781441977120
    RVK Categories: ST 306
    Subjects: Natural language processing (Computer science); Machine translating
    Other subjects: Natural language processing (Computer science); Machine translating
    Scope: XXVI, 936 S., graph. Darst., 235 mm x 155 mm
    Notes:

    Literaturangaben

  11. Knowledge management and acquisition for smart systems and services
    Pacific Rim Knowledge Acquisition Workshop : 11th international workshop, PKAW 2010, Daegue, Korea, August 20 - September 3, 2010 ; proceedings
    Contributor: Kang, Byeong Ho (Hrsg.)
    Published: 2010
    Publisher:  Springer, Berlin

    Universitätsbibliothek Braunschweig
    2904-0546
    Unlimited inter-library loan, copies and loan
    Sächsische Landesbibliothek - Staats- und Universitätsbibliothek Dresden
    Unlimited inter-library loan, copies and loan
    Bibliothek der Technischen Fakultät
    Frei 91: CA/0.0/1-6232
    Unlimited inter-library loan, copies and loan
    Staats- und Universitätsbibliothek Hamburg Carl von Ossietzky
    K KNO 46433
    Unlimited inter-library loan, copies and loan
    Technische Informationsbibliothek (TIB) / Leibniz-Informationszentrum Technik und Naturwissenschaften und Universitätsbibliothek
    RN 2835(6232)
    No loan of volumes, only paper copies will be sent
    Badische Landesbibliothek
    110 A 8132
    Unlimited inter-library loan, copies and loan
    Max-Planck-Institut für Informatik, Campusbibliothek für Informatik und Mathematik
    No loan of volumes, only paper copies will be sent
    Schloss Dagstuhl - Leibniz-Zentrum für Informatik, Bibliothek
    No inter-library loan
    Export to reference management software   RIS file
      BibTeX file
    Content information
    Source: Union catalogues
    Contributor: Kang, Byeong Ho (Hrsg.)
    Language: English
    Media type: Book
    Format: Print
    ISBN: 3642150365; 9783642150364
    Other identifier:
    9783642150364
    80020608
    RVK Categories: SS 4800 ; ST 515
    Series: Array ; 6232
    Subjects: Knowledge acquisition (Expert systems); Computational linguistics; Natural language processing (Computer science); Information retrieval; Semantic Web; Multimedia data mining
    Scope: XI, 324 S., Ill., graph. Darst.
    Notes:

    Literaturangaben

  12. Die maschinelle Simulierbarkeit des Humanübersetzens
    Evaluation von Mensch-Maschine-Interaktion und der Translatqualität der Technik
    Published: 2009
    Publisher:  Frank & Timme, Berlin

    Hochschulbibliothek Friedensau
    Online-Ressource
    No inter-library loan
    Export to reference management software   RIS file
      BibTeX file
    Content information
    Source: Union catalogues
    Language: German
    Media type: Ebook
    Format: Online
    ISBN: 9783865962607
    RVK Categories: ES 710
    Series: TransÜD : Arbeiten zur Theorie und Praxis des Überstezens und Dolmetschens ; Bd. 27
    Subjects: Computational linguistics; Natural language processing (Computer science); Artificial intelligence
    Scope: Online-Ressource (357 p)
    Notes:

    Includes bibliographical references

    Electronic reproduction; Available via World Wide Web

    ""Inhaltsverzeichnis""; ""Abk�rzungsverzeichnis""; ""Vorwort""; ""THEORETISCHER TEIL ""; ""1. Kulturhistorische Ann�herung""; ""2. Maschinisierung menschlicher Sprachverwendung""; ""3. Konsequenzen der Maschinisierung""; ""4. Geschichte der Maschinellen Übersetzung""; ""5. Klassifizierung der Übersetzungssysteme nach der Transferstrategie""; ""6. Einsatz von Übersetzungssystemen in der Praxis""; ""7. Menschliche und maschinelle Übersetzung im Vergleich""; ""8. Evaluierung menschlicher und maschineller Übersetzungen""

    ""9. Forschungskontext zur Translatevaluierung im Bereich der Maschinellen Übersetzung""""EMPIRISCHER TEIL""; ""1. Methodik der in dieser Arbeit durchgef�hrten Evaluierung""; ""2. Evaluierung auf der Grundlage der Satzbedeutung""; ""3. Evaluierung auf der Grundlage der Fehlertypologie""; ""4. Ganzheitliche Auswertung""; ""Bibliographie""

  13. Computational modeling of narrative
    Published: [2013]; © 2013
    Publisher:  Morgan & Claypool, [San Rafael]

    The field of narrative (or story) understanding and generation is one of the oldest in natural language processing (NLP) and artificial intelligence (AI), which is hardly surprising, since storytelling is such a fundamental and familiar intellectual... more

    Staats- und Universitätsbibliothek Hamburg Carl von Ossietzky
    No inter-library loan
    Technische Informationsbibliothek (TIB) / Leibniz-Informationszentrum Technik und Naturwissenschaften und Universitätsbibliothek
    No inter-library loan
    Universitätsbibliothek Leipzig
    No inter-library loan
    Universität Potsdam, Universitätsbibliothek
    No inter-library loan

     

    The field of narrative (or story) understanding and generation is one of the oldest in natural language processing (NLP) and artificial intelligence (AI), which is hardly surprising, since storytelling is such a fundamental and familiar intellectual and social activity. In recent years, the demands of interactive entertainment and interest in the creation of engaging narratives with life-like characters have provided a fresh impetus to this field. This book provides an overview of the principal problems, approaches, and challenges faced today in modeling the narrative structure of stories. The book introduces classical narratological concepts from literary theory and their mapping to computational approaches. It demonstrates how research in AI and NLP has modeled character goals, causality, and time using formalisms from planning, case-based reasoning, and temporal reasoning, and discusses fundamental limitations in such approaches. It proposes new representations for embedded narratives and fictional entities, for assessing the pace of a narrative, and offers an empirical theory of audience response. These notions are incorporated into an annotation scheme called NarrativeML. The book identifies key issues that need to be addressed, including annotation methods for long literary narratives, the representation of modality and habituality, and characterizing the goals of narrators. It also suggests a future characterized by advanced text mining of narrative structure from large-scale corpora and the development of a variety of useful authoring aids. This is the first book to provide a systematic foundation that integrates together narratology, AI, and computational linguistics. It can serve as a narratology primer for computer scientists and an elucidation of computational narratology for literary theorists. It is written in a highly accessible manner and is intended for use by a broad scientific audience that includes linguists (computational and formal semanticists), AI researchers, cognitive scientists, computer scientists, game developers, and narrative theorists List of figures -- List of tables -- Preface -- 2. Characters as intentional agents -- 2.1 Introduction -- 2.1.1 Preliminaries -- 2.1.2 Plan recognition -- 2.1.3 Plan synthesis -- 2.2 Scripts and case-based reasoning -- 2.3 Goals in plan synthesis -- 2.3.1 Character goals -- 2.3.2 Narrative goals -- 2.3.3 Incorporating coarse-grained goal structure -- 2.4 Planning for interactive narrative -- 2.4.1 Preliminaries -- 2.4.2 Replanning -- 2.4.3 Generating preferred outcomes -- 2.5 Evaluating event outcomes -- 2.6 Narratological implications -- 2.7 NarrativeML, redux -- 2.8 Discussion -- 3. Time -- 3.1 Introduction -- 3.2 Temporal representation -- 3.3 Annotation scheme -- 3.4 Narratological implications -- 3.5 Automatic approaches -- 3.5.1 Natural language generation -- 3.5.2 Time tagging -- 3.5.3 Event tagging -- 3.5.4 Inferring temporal relations -- 3.6 NarrativeML, revisited -- 3.7 Conclusion -- 4. Plot -- 4.1 Introduction -- 4.1.1 Background -- 4.1.2 Aristotelian plot -- 4.1.3 Narrative arc -- 4.1.4 Heroic quests -- 4.2 Narrative functions -- 4.3 Story grammars -- 4.4 Causal models of plot -- 4.4.1 Plot units -- 4.4.2 Bremond's approach -- 4.4.3 Doxastic preferences -- 4.4.4 Story intention graphs -- 4.5 Narrative event chain summaries -- 4.6 Comparison of plot models -- 4.7 Narratological implications -- 4.8 NarrativeML -- 4.9 Conclusion -- 5. Summary and future directions -- 5.1 Summary -- 5.1.1 Chapter summaries -- 5.1.2 NarrativeML -- 5.1.3 Narratological reflections -- 5.2 Future directions -- Bibliography -- Author's biography -- Index 1. Narratological background -- 1.1 Introduction -- 1.2 Narrator characteristics -- 1.2.1 Narrator identity -- 1.2.2 Narrative distance -- 1.2.3 Narrator perspective -- 1.3 Narrative levels -- 1.3.1 Embedded narratives -- 1.3.2 Narrative threads -- 1.3.3 Subordinated discourse -- 1.4 Time -- 1.4.1 Background -- 1.4.2 Narrative time -- 1.4.3 Narrative order -- 1.5 Audience -- 1.5.1 Preliminaries -- 1.5.2 Audience response -- 1.6 Fabula -- 1.6.1 Introduction -- 1.6.2 Basic ontology -- 1.6.3 Worlds and accessibility -- 1.7 NarrativeML --

     

    Export to reference management software   RIS file
      BibTeX file
    Content information
    Source: Union catalogues
    Language: English
    Media type: Ebook
    Format: Online
    ISBN: 9781608459827
    Other identifier:
    RVK Categories: ES 900
    Series: Synthesis lectures on human language technologies ; #18
    Subjects: Natural language processing (Computer science); Computational linguistics; Narration (Rhetoric)
    Scope: 1 Online-Ressource (xvii, 124 Seiten), Illustrationen
    Notes:

    Includes bibliographical references (p. 103-115) and index

    Electronic reproduction; Available via World Wide Web

    1. Narratological background -- 1.1 Introduction -- 1.2 Narrator characteristics -- 1.2.1 Narrator identity -- 1.2.2 Narrative distance -- 1.2.3 Narrator perspective -- 1.3 Narrative levels -- 1.3.1 Embedded narratives -- 1.3.2 Narrative threads -- 1.3.3 Subordinated discourse -- 1.4 Time -- 1.4.1 Background -- 1.4.2 Narrative time -- 1.4.3 Narrative order -- 1.5 Audience -- 1.5.1 Preliminaries -- 1.5.2 Audience response -- 1.6 Fabula -- 1.6.1 Introduction -- 1.6.2 Basic ontology -- 1.6.3 Worlds and accessibility -- 1.7 NarrativeML

    2. Characters as intentional agents -- 2.1 Introduction -- 2.1.1 Preliminaries -- 2.1.2 Plan recognition -- 2.1.3 Plan synthesis -- 2.2 Scripts and case-based reasoning -- 2.3 Goals in plan synthesis -- 2.3.1 Character goals -- 2.3.2 Narrative goals -- 2.3.3 Incorporating coarse-grained goal structure -- 2.4 Planning for interactive narrative -- 2.4.1 Preliminaries -- 2.4.2 Replanning -- 2.4.3 Generating preferred outcomes -- 2.5 Evaluating event outcomes -- 2.6 Narratological implications -- 2.7 NarrativeML, redux -- 2.8 Discussion

    3. Time -- 3.1 Introduction -- 3.2 Temporal representation -- 3.3 Annotation scheme -- 3.4 Narratological implications -- 3.5 Automatic approaches -- 3.5.1 Natural language generation -- 3.5.2 Time tagging -- 3.5.3 Event tagging -- 3.5.4 Inferring temporal relations -- 3.6 NarrativeML, revisited -- 3.7 Conclusion

    4. Plot -- 4.1 Introduction -- 4.1.1 Background -- 4.1.2 Aristotelian plot -- 4.1.3 Narrative arc -- 4.1.4 Heroic quests -- 4.2 Narrative functions -- 4.3 Story grammars -- 4.4 Causal models of plot -- 4.4.1 Plot units -- 4.4.2 Bremond's approach -- 4.4.3 Doxastic preferences -- 4.4.4 Story intention graphs -- 4.5 Narrative event chain summaries -- 4.6 Comparison of plot models -- 4.7 Narratological implications -- 4.8 NarrativeML -- 4.9 Conclusion

    5. Summary and future directions -- 5.1 Summary -- 5.1.1 Chapter summaries -- 5.1.2 NarrativeML -- 5.1.3 Narratological reflections -- 5.2 Future directions

    Bibliography -- Author's biography -- Index.

    List of figures -- List of tables -- Preface

  14. Computational Modeling of Narrative
    Published: 2012
    Publisher:  Morgan & Claypool Publishers, San Rafael

    The field of narrative (or story) understanding and generation is one of the oldest in natural language processing (NLP) and artificial intelligence (AI), which is hardly surprising, since storytelling is such a fundamental and familiar intellectual... more

    Hochschulbibliothek Friedensau
    Online-Ressource
    No inter-library loan
    Universität Ulm, Kommunikations- und Informationszentrum, Bibliotheksservices
    No inter-library loan

     

    The field of narrative (or story) understanding and generation is one of the oldest in natural language processing (NLP) and artificial intelligence (AI), which is hardly surprising, since storytelling is such a fundamental and familiar intellectual and social activity. In recent years, the demands of interactive entertainment and interest in the creation of engaging narratives with life-like characters have provided a fresh impetus to this field. This book provides an overview of the principal problems, approaches, and challenges faced today in modeling the narrative structure of stories. The

     

    Export to reference management software   RIS file
      BibTeX file
    Content information
    Volltext (lizenzpflichtig)
    Source: Union catalogues
    Language: English
    Media type: Ebook
    Format: Online
    ISBN: 9781608459810
    Series: Synthesis Lectures on Human Language Technologies
    Subjects: Narration (Rhetoric) -- Mathematical models; Natural language processing (Computer science); Computational linguistics; Electronic books
    Scope: Online-Ressource (144 p)
    Notes:

    Description based upon print version of record

    List of Figures; List of Tables; Preface; Narratological Background; Introduction; Narrator Characteristics; Narrator Identity; Narrative Distance; Narrator Perspective; Narrative Levels; Embedded Narratives; Narrative Threads; Subordinated Discourse; Time; Background; Narrative Time; Narrative Order; Audience; Preliminaries; Audience Response; Fabula; Introduction; Basic Ontology; Worlds and Accessibility; NarrativeML; Characters as Intentional Agents; Introduction; Preliminaries; Plan Recognition; Plan Synthesis; Scripts and Case-Based Reasoning; Goals in Plan Synthesis; Character Goals

    Narrative GoalsIncorporating Coarse-Grained Goal Structure; Planning for Interactive Narrative; Preliminaries; Replanning; Generating Preferred Outcomes; Evaluating Event Outcomes; Narratological Implications; NarrativeML, Redux; Discussion; Time; Introduction; Temporal Representation; Annotation Scheme; Narratological Implications; Automatic Approaches; Natural Language Generation; Time Tagging; Event Tagging; Inferring Temporal Relations; NarrativeML, Revisited; Conclusion; Plot; Introduction; Background; Aristotelian Plot; Narrative Arc; Heroic Quests; Narrative Functions; Story Grammars

    Causal Models of PlotPlot Units; Bremond's Approach; Doxastic Preferences; Story Intention Graphs; Narrative Event Chain Summaries; Comparison of Plot Models; Narratological Implications; NarrativeML; Conclusion; Summary and Future Directions; Summary; Chapter Summaries; NarrativeML; Narratological Reflections; Future Directions; Bibliography; Author's Biography; Index;

  15. Grammar for language and genes theoretical and empirical investigations
    Published: c 2012
    Publisher:  Springer, Heidelberg [u.a.]

    Universitätsbibliothek Braunschweig
    2916-1030
    Unlimited inter-library loan, copies and loan
    Technische Informationsbibliothek (TIB) / Leibniz-Informationszentrum Technik und Naturwissenschaften und Universitätsbibliothek
    T 11 B 7194
    Unlimited inter-library loan, copies and loan
    Export to reference management software   RIS file
      BibTeX file
    Source: Union catalogues
    Language: English
    Media type: Dissertation
    Format: Print
    ISBN: 3642204430; 9783642204432
    RVK Categories: ST 306
    Series: Theory and applications of natural language processing
    Subjects: Computational linguistics; Grammar, Comparative and general; Natural language processing (Computer science); Sequence alignment (Bioinformatics)
    Scope: XII, 120 S., graph. Darst.
    Notes:

    Literaturverz. S. 111 - 117

    Teilw. zugl.: Philadelphia, Univ., Diss.

  16. META-NET Strategic Research Agenda for Multilingual Europe 2020
    Author: Rehm, Georg
    Published: 2013
    Publisher:  Springer, Berlin, Heidelberg

    Key Messages -- Executive Summary -- 1.Introduction -- 2.Multilingual Europe: Facts, Challenges, Opportunities -- 3.Major Trends in Information and Communication Technologies -- 4.Language Technology 2012: Current State and Opportunities --... more

    Hochschule Aalen, Bibliothek
    E-Book Springer
    No inter-library loan
    Evangelische Hochschule Berlin, Bibliothek
    No inter-library loan
    Universitätsbibliothek Braunschweig
    No inter-library loan
    Staats- und Universitätsbibliothek Bremen
    No inter-library loan
    Technische Universität Chemnitz, Universitätsbibliothek
    No inter-library loan
    Universitätsbibliothek Clausthal
    No inter-library loan
    Hochschule für Technik und Wirtschaft Dresden, Bibliothek
    eBook Springer
    No inter-library loan
    Fachhochschule Erfurt, Hochschulbibliothek
    No inter-library loan
    Universitätsbibliothek Erfurt / Forschungsbibliothek Gotha, Universitätsbibliothek Erfurt
    No inter-library loan
    Universitätsbibliothek Erfurt / Forschungsbibliothek Gotha, Universitätsbibliothek Erfurt
    No inter-library loan
    Zentrale Hochschulbibliothek Flensburg
    No inter-library loan
    Technische Universität Bergakademie Freiberg, Bibliothek 'Georgius Agricola'
    No inter-library loan
    Universitätsbibliothek Freiburg
    No inter-library loan
    Hochschule Furtwangen University. Informatik, Technik, Wirtschaft, Medien. Campus Furtwangen, Bibliothek
    eBook Springer
    No inter-library loan
    Niedersächsische Staats- und Universitätsbibliothek Göttingen
    No inter-library loan
    Fachhochschule für öffentliche Verwaltung, Polizei und Rechtspflege des Landes Mecklenburg-Vorpommern, Bibliothek
    No inter-library loan
    Universitäts- und Landesbibliothek Sachsen-Anhalt / Zentrale
    ebook
    No inter-library loan
    Helmut-Schmidt-Universität, Universität der Bundeswehr Hamburg, Universitätsbibliothek
    No inter-library loan
    Staats- und Universitätsbibliothek Hamburg Carl von Ossietzky
    No inter-library loan
    Hochschule für Angewandte Wissenschaften Hamburg, Hochschulinformations- und Bibliotheksservice (HIBS), Fachbibliothek Technik, Wirtschaft, Informatik
    No inter-library loan
    Technische Universität Hamburg, Universitätsbibliothek
    No inter-library loan
    Bibliothek der Hochschule Hannover
    No inter-library loan
    Bibliothek im Kurt-Schwitters-Forum
    No inter-library loan
    Technische Informationsbibliothek (TIB) / Leibniz-Informationszentrum Technik und Naturwissenschaften und Universitätsbibliothek
    No inter-library loan
    Fachhochschule Westküste, Hochschule für Wirtschaft und Technik, Hochschulbibliothek
    No inter-library loan
    Bibliothek der Pädagogischen Hochschule Heidelberg
    E-Book OA
    No inter-library loan
    Universitätsbibliothek Heidelberg
    No inter-library loan
    Bibliothek LIV HN Sontheim
    Springer E-Book
    No inter-library loan
    Universitätsbibliothek Hildesheim
    No inter-library loan
    Thüringer Universitäts- und Landesbibliothek
    No inter-library loan
    Karlsruher Institut für Technologie, KIT-Bibliothek
    No inter-library loan
    Karlsruher Institut für Technologie, KIT-Bibliothek
    No inter-library loan
    Fachhochschule Kiel, Zentralbibliothek
    No inter-library loan
    Bibliotheksservice-Zentrum Baden-Württemberg (BSZ)
    No inter-library loan
    HTWG Hochschule Konstanz Technik, Wirtschaft und Gestaltung, Bibliothek
    eBook Springer
    No inter-library loan
    Landschaftsverband Rheinland, LVR-Bibliothek der Zentralverwaltung
    No inter-library loan
    Hochschule Anhalt , Hochschulbibliothek
    No inter-library loan
    Hochschule für Technik, Wirtschaft und Kultur Leipzig, Hochschulbibliothek
    No inter-library loan
    Universitätsbibliothek Leipzig
    No inter-library loan
    Hochschule für öffentliche Verwaltung und Finanzen Ludwigsburg, Bibliothek
    OASpringer
    No loan of volumes, only paper copies will be sent
    Pädagogische Hochschulbibliothek Ludwigsburg
    E-Book Springer
    No loan of volumes, only paper copies will be sent
    Leuphana Universität Lüneburg, Medien- und Informationszentrum, Universitätsbibliothek
    No inter-library loan
    Otto-von-Guericke-Universität, Universitätsbibliothek
    eBook Springer
    No inter-library loan
    Otto-von-Guericke-Universität, Universitätsbibliothek, Medizinische Zentralbibliothek
    eBook Springer
    No inter-library loan
    Duale Hochschule Baden-Württemberg Mannheim, Bibliothek
    eBook Springer
    No inter-library loan
    Hochschule Mannheim, Hochschulbibliothek
    eBook OA
    No inter-library loan
    Universitätsbibliothek Mannheim
    No inter-library loan
    Universitätsbibliothek Mannheim
    No inter-library loan
    Hochschule Mittweida (FH), Hochschulbibliothek
    No inter-library loan
    Duale Hochschule Baden-Württemberg Mosbach, Bibliothek
    E-Book Springer
    No inter-library loan
    Hochschule für Wirtschaft und Umwelt Nürtingen-Geislingen, Bibliothek Nürtingen
    eBook Springer
    No inter-library loan
    Mathematisches Forschungsinstitut Oberwolfach gGmbH, Bibliothek
    eBook Springer
    No inter-library loan
    Hochschule Offenburg, University of Applied Sciences, Bibliothek Campus Offenburg
    E-Book Springer
    No inter-library loan
    Bibliotheks-und Informationssystem der Carl von Ossietzky Universität Oldenburg (BIS)
    No inter-library loan
    Bibliotheks-und Informationssystem der Carl von Ossietzky Universität Oldenburg (BIS)
    No inter-library loan
    Bibliotheks-und Informationssystem der Carl von Ossietzky Universität Oldenburg (BIS)
    No inter-library loan
    Bibliotheks-und Informationssystem der Carl von Ossietzky Universität Oldenburg (BIS)
    No inter-library loan
    Jade Hochschule Wilhelmshaven/Oldenburg/Elsfleth, Campus Oldenburg, Bibliothek
    No inter-library loan
    Jade Hochschule Wilhelmshaven/Oldenburg/Elsfleth, Campus Elsfleth, Bibliothek
    No inter-library loan
    Hochschule Osnabrück, Bibliothek Campus Westerberg
    No inter-library loan
    Universitätsbibliothek Osnabrück
    No inter-library loan
    Hochschulbibliothek Pforzheim, Bereichsbibliothek Technik und Wirtschaft
    Springer Nature Open Access Bücher
    No inter-library loan
    Universität Potsdam, Universitätsbibliothek
    No inter-library loan
    Duale Hochschule Baden-Württemberg Ravensburg, Bibliothek
    E-Book OA
    No inter-library loan
    Hochschulbibliothek Reutlingen (Lernzentrum)
    eBook
    No inter-library loan
    Universitätsbibliothek Rostock
    No inter-library loan
    Saarländische Universitäts- und Landesbibliothek
    No inter-library loan
    Landesbibliothek Mecklenburg-Vorpommern Günther Uecker im Landesamt für Kultur und Denkmalpflege
    No inter-library loan
    Hochschule für Gestaltung Schwäbisch Gmünd, Bibliothek
    eBook OA Springer
    No inter-library loan
    Hochschule Albstadt-Sigmaringen, Bibliothek Sigmaringen
    eBook Springer Open Access
    No loan of volumes, only paper copies will be sent
    Duale Hochschule Baden-Württemberg Stuttgart, Bibliothek
    eBook Springer
    No inter-library loan
    Hochschule der Medien, Bibliothek Standort Nobelstr.
    eBook Springer
    No inter-library loan
    Hochschule für Technik Stuttgart, Bibliothek
    Springer OA eBook
    No inter-library loan
    Kommunikations-, Informations- und Medienzentrum der Universität Hohenheim
    No loan of volumes, only paper copies will be sent
    Universitätsbibliothek Stuttgart
    No inter-library loan
    Technische Hochschule Ulm, Bibliothek
    eBook Springer
    No inter-library loan
    Universität Ulm, Kommunikations- und Informationszentrum, Bibliotheksservices
    No inter-library loan
    Universitätsbibliothek Vechta
    No inter-library loan
    UB Weimar
    No inter-library loan
    Hochschulbibliothek Weingarten
    eBook Springer OpenAccess
    No inter-library loan
    Jade Hochschule Wilhelmshaven/Oldenburg/Elsfleth, Campus Wilhelmshaven, Bibliothek
    No inter-library loan
    Hochschule Wismar, University of Applied Sciences: Technology, Business and Design, Hochschulbibliothek
    No inter-library loan
    Ostfalia Hochschule für angewandte Wissenschaften, Bibliothek
    No inter-library loan
    Hochschule Zittau / Görlitz, Hochschulbibliothek
    No inter-library loan

     

    Key Messages -- Executive Summary -- 1.Introduction -- 2.Multilingual Europe: Facts, Challenges, Opportunities -- 3.Major Trends in Information and Communication Technologies -- 4.Language Technology 2012: Current State and Opportunities -- 5.Language Technology 2020: The META-NET Technology Vision -- 6.Language Technology 2020: Priority Research Themes -- 7.Towards a Shared European Programme for Multilingual Europe 2020: Next Steps -- A.References -- B.List of Key Contributors -- C.Milestones and History of the Strategic Research Agenda -- D.About META-NET -- E.Members of META-NET -- F.Abbreviations and Acroynms In everyday communication, Europe’s citizens, business partners and politicians are inevitably confronted with language barriers. Language technology has the potential to overcome these barriers and to provide innovative interfaces to technologies and knowledge. This document presents a Strategic Research Agenda for Multilingual Europe 2020. The agenda was prepared by META-NET, a European Network of Excellence. META-NET consists of 60 research centres in 34 countries, who cooperate with stakeholders from economy, government agencies, research organisations, non-governmental organisations, language communities and European universities. META-NET’s vision is high-quality language technology for all European languages. “The research carried out in the area of language technology is of utmost importance for the consolidation of Portuguese as a language of global communication in the information society.” - Dr. Pedro Passos Coelho (Prime-Minister of Portugal) “It is imperative that language technologies for Slovene are developed systematically if we want Slovene to flourish also in the future digital world.” - Dr. Danilo Türk (President of the Republic of Slovenia) “For such small languages like Latvian keeping up with the ever increasing pace of time and technological development is crucial. The only way to ensure future existence of our language is to provide its users with equal opportunities as the users of larger languages enjoy. Therefore being on the forefront of modern technologies is our opportunity.” - Valdis Dombrovskis (Prime Minister of Latvia) “Europe’s inherent multilingualism and our scientific expertise are the perfect prerequisites for significantly advancing the challenge that language technology poses. META-NET opens up new opportunities for the development of ubiquitous multilingual technologies.” - Prof. Dr. Annette Schavan (German Minister of Education and Research)

     

    Export to reference management software   RIS file
      BibTeX file
    Content information
    Volltext (kostenfrei)
    Volltext (lizenzpflichtig)
    Source: Union catalogues
    Language: English
    Media type: Ebook
    Format: Online
    ISBN: 9783642363498
    Other identifier:
    RVK Categories: ES 900 ; ST 680
    Series: White Paper Series
    Array
    Subjects: Computer science; Computer Science; Translators (Computer programs); Computer science; Translators (Computer programs); Computational linguistics; Computational linguistics; Natural language processing (Computer science)
    Scope: Online-Ressource (VIII, 87 p. 22 illus. in color, digital)
    Notes:

    ​Key Messages -- Executive Summary -- 1.Introduction -- 2.Multilingual Europe: Facts, Challenges, Opportunities -- 3.Major Trends in Information and Communication Technologies -- 4.Language Technology 2012: Current State and Opportunities -- 5.Language Technology 2020: The META-NET Technology Vision -- 6.Language Technology 2020: Priority Research Themes -- 7.Towards a Shared European Programme for Multilingual Europe 2020: Next Steps -- A.References -- B.List of Key Contributors -- C.Milestones and History of the Strategic Research Agenda -- D.About META-NET -- E.Members of META-NET -- F.Abbreviations and Acroynms.

  17. Strategic research agenda for multilingual Europe 2020
    [META-NET]
    Contributor: Rehm, Georg (Hrsg.)
    Published: 2013
    Publisher:  Springer, Heidelberg [u.a.]

    Technische Informationsbibliothek (TIB) / Leibniz-Informationszentrum Technik und Naturwissenschaften und Universitätsbibliothek
    T 13 B 2262
    Unlimited inter-library loan, copies and loan
    Badische Landesbibliothek
    Unlimited inter-library loan, copies and loan
    Export to reference management software   RIS file
      BibTeX file
    Source: Union catalogues
    Contributor: Rehm, Georg (Hrsg.)
    Language: English
    Media type: Book
    Format: Print
    ISBN: 3642363482; 9783642363481
    Other identifier:
    9783642363481
    RVK Categories: ES 900 ; ST 680
    Series: White Paper Series
    META-NET
    Subjects: Computational linguistics; Natural language processing (Computer science); Multilingual communication
    Scope: VIII, 87 S, Ill., graph. Darst., Kt., 30 cm
    Notes:

    Hergestellt on demand

    IntroductionMultilingual Europe: Facts, Challenges, OpportunitiesMajor Trends in Information and Communication TechnologiesLanguage Technology 2012: Current State and OpportunitiesLanguage Technology 2020: The Meta-Net Technology VisionLanguage Technology 2020: The Meta-Net Priority Research ThemesTowards a Shared European Programme for Multilingual Europe 2020: Next Sateps.

  18. The art of interpretation in the age of computation /
    Published: [2017].; © 2017.
    Publisher:  Oxford University Press,, New York, NY :

  19. Netzbasierte Ansätze zur natürlichsprachlichen Informationsverarbeitung /
    Published: [2022].; © 2022.
    Publisher:  Springer Vieweg,, Wiesbaden :

    Freie Universität Berlin, Universitätsbibliothek, Zentralbibliothek
    Unlimited inter-library loan, copies and loan
    Export to reference management software   RIS file
      BibTeX file
    Content information
    Volltext (URL des Erstveröffentlichers)
    Source: Philologische Bibliothek, FU Berlin
    Language: German
    Media type: Ebook
    Format: Online
    ISBN: 978-3-658-37284-2
    Other identifier:
    RVK Categories: ST 200
    Subjects: Data Mining and Knowledge Discovery; Natural Language Processing (NLP); Digital Humanities; Design and Analysis of Algorithms; Data mining; Natural language processing (Computer science); Digital humanities; Algorithms; Text Mining; Rechnernetz; Algorithmus
    Scope: 1 Online-Ressource (XII, 179 Seiten) :, Illustrationen.
  20. Symbols :
    An Evolutionary History from the Stone Age to the Future /
    Published: 2023.
    Publisher:  Springer Nature Switzerland,, Cham : ; Springer.

    Freie Universität Berlin, Universitätsbibliothek, Zentralbibliothek
    Unlimited inter-library loan, copies and loan
    Export to reference management software   RIS file
      BibTeX file
    Content information
    Volltext (URL des Erstveröffentlichers)
  21. Corpora and translation education :
    advances and challenges /
    Contributor: Pan, Jun (Publisher); Laviosa, Sara (Publisher)
    Published: [2023].; © 2023.
    Publisher:  Springer,, Singapore, Singapore :

    Freie Universität Berlin, Universitätsbibliothek, Zentralbibliothek
    Unlimited inter-library loan, copies and loan
    Export to reference management software   RIS file
      BibTeX file
    Content information
    Volltext (URL des Erstveröffentlichers)
    Source: Philologische Bibliothek, FU Berlin
    Contributor: Pan, Jun (Publisher); Laviosa, Sara (Publisher)
    Language: English
    Media type: Ebook
    Format: Online
    ISBN: 978-981-99-6589-2
    Other identifier:
    Series: New frontiers in translation studies
    Subjects: Language Translation; Computational Linguistics; Machine Learning; Natural Language Processing (NLP); Translating and interpreting; Computational linguistics; Machine learning; Natural language processing (Computer science); Übersetzung; Maschinelles Lernen
    Scope: 1 Online-Ressource (x, 200 Seiten) :, Illustrationen, Diagramme.
  22. Machine Translation :
    17th China Conference, CCMT 2021, Xining, China, October 8–10, 2021, Revised Selected Papers /
    Contributor: Su, Jinsong (Publisher); Sennrich, Rico (Publisher)
    Published: 2021.
    Publisher:  Springer Singapore,, Singapore : ; Springer.

    Freie Universität Berlin, Universitätsbibliothek, Zentralbibliothek
    Unlimited inter-library loan, copies and loan
    Hochschule für Technik und Wirtschaft Berlin, Hochschulbibliothek
    Unlimited inter-library loan, copies and loan
    Brandenburgische Technische Universität Cottbus - Senftenberg, Universitätsbibliothek
    Unlimited inter-library loan, copies and loan
    Export to reference management software   RIS file
      BibTeX file
    Content information
    Volltext (URL des Erstveröffentlichers)
    Volltext (URL des Erstveröffentlichers)
    Source: Philologische Bibliothek, FU Berlin
    Contributor: Su, Jinsong (Publisher); Sennrich, Rico (Publisher)
    Language: English
    Media type: Ebook
    Format: Online
    ISBN: 978-981-1675-12-6
    Other identifier:
    Edition: 1st ed. 2021
    Series: Communications in Computer and Information Science ; 1464
    Subjects: Natural Language Processing (NLP); Database Management; Logics and Meanings of Programs; Coding and Information Theory; Information Storage and Retrieval; Probability and Statistics in Computer Science; Natural language processing (Computer science); Database management; Computer logic; Coding theory; Information theory; Information storage and retrieval; Mathematical statistics; Maschinelle Übersetzung; Automatische Sprachanalyse; Computerlinguistik
    Scope: 1 Online-Ressource (XIII, 125 p. 52 illus., 40 illus. in color).
  23. Computational Linguistics :
    16th International Conference of the Pacific Association for Computational Linguistics, PACLING 2019, Hanoi, Vietnam, October 11–13, 2019, Revised Selected Papers /
    Contributor: Nguyen, Le-Minh (Publisher); Phan, Xuan-Hieu (Publisher); Hasida, Kôiti (Publisher); Tojo, Satoshi (Publisher)
    Published: 2020.
    Publisher:  Springer Singapore,, Singapore : ; Springer.

    Freie Universität Berlin, Universitätsbibliothek, Zentralbibliothek
    Unlimited inter-library loan, copies and loan
    Hochschule für Technik und Wirtschaft Berlin, Hochschulbibliothek
    Unlimited inter-library loan, copies and loan
    Brandenburgische Technische Universität Cottbus - Senftenberg, Universitätsbibliothek
    Unlimited inter-library loan, copies and loan
    Export to reference management software   RIS file
      BibTeX file
    Content information
    Volltext (URL des Erstveröffentlichers)
    Volltext (URL des Erstveröffentlichers)
    Source: Philologische Bibliothek, FU Berlin
    Contributor: Nguyen, Le-Minh (Publisher); Phan, Xuan-Hieu (Publisher); Hasida, Kôiti (Publisher); Tojo, Satoshi (Publisher)
    Language: English
    Media type: Ebook
    Format: Online
    ISBN: 978-981-156-168-9
    Other identifier:
    Edition: 1st ed. 2020
    Series: Communications in Computer and Information Science ; 1215
    Subjects: Natural Language Processing (NLP); Database Management; Machine Learning; Natural language processing (Computer science); Database management; Machine learning; Computerlinguistik; Maschinelles Lernen; Maschinelle Übersetzung; Information Extraction
    Scope: 1 Online-Ressource (XIV, 524 p. 383 illus., 110 illus. in color).
  24. Speech-to-speech translation
    Contributor: Kidawara, Yutaka (Publisher); Sumita, Eiichiro (Publisher); Kawai, Hisashi (Publisher)
    Published: [2020]
    Publisher:  Springer, Singapore ; ProQuest Ebook Central, [Ann Arbor]

    "This book provides the readers with retrospective and prospective views with detailed explanations of component technologies, speech recognition, language translation and speech synthesis. Speech-to-speech translation system (S2S) enables to break... more

     

    "This book provides the readers with retrospective and prospective views with detailed explanations of component technologies, speech recognition, language translation and speech synthesis. Speech-to-speech translation system (S2S) enables to break language barriers, i.e., communicate each other between any pair of person on the glove, which is one of extreme dreams of humankind. People, society, and economy connected by S2S will demonstrate explosive growth without exception. In 1986, Japan initiated basic research of S2S, then the idea spread world-wide and were explored deeply by researchers during three decades. Now, we see S2S application on smartphone/tablet around the world. Computational resources such as processors, memories, wireless communication accelerate this computation-intensive systems and accumulation of digital data of speech and language encourage recent approaches based on machine learning. Through field experiments after long research in laboratories, S2S systems are being well-developed and now ready to utilized in daily life. Unique chapter of this book is end-2-end evaluation by comparing system’s performance and human competence. The effectiveness of the system would be understood by the score of this evaluation. The book will end with one of the next focus of S2S will be technology of simultaneous interpretation for lecture, broadcast news and so on."--

     

    Export to reference management software   RIS file
      BibTeX file
    Source: Union catalogues
    Contributor: Kidawara, Yutaka (Publisher); Sumita, Eiichiro (Publisher); Kawai, Hisashi (Publisher)
    Language: English
    Media type: Ebook
    Format: Online
    ISBN: 9789811505959
    Series: SpringerBriefs in computer science
    Subjects: Natural language processing (Computer science); Signal processing; Image processing; Speech processing systems; Natural Language Processing (NLP); Signal, Image and Speech Processing
    Scope: 1 Online-Ressource (xiv, 91 Seiten)
    Notes:

    Enthält Literaturangaben

  25. Verbmobil
    a translation system for face-to-face dialog

    Export to reference management software   RIS file
      BibTeX file
    Source: Union catalogues
    Language: English
    Media type: Book
    Format: Print
    ISBN: 0937073962; 0937073954
    RVK Categories: ES 915 ; ES 960
    Series: Lecture notes / Center for the Study of Language and Information ; 33
    Subjects: Machine translating; Automatic speech recognition; Natural language processing (Computer science)
    Scope: VIII, 235 S.
    Notes:

    Literaturverz. S. [210] - 235