A Mapping of CIDOC CRM Events to German Wordnet for Event Detection in Texts
|
|
|
- Beryl Jackson
- 10 years ago
- Views:
Transcription
1 A Mapping of CIDOC CRM Events to German Wordnet for Event Detection in Texts Martin Scholz Friedrich-Alexander-University Erlangen-Nürnberg Digital Humanities Research Group
2 Outline Motivation: information extraction from free text GermaNet a German wordnet Simple mapping CRM events GermaNet Fine-grained mapping Statistics & evaluation Difficulties with modelling event mentions Martin Scholz, FAU Erlangen-Nürnberg,
3 Semantic Annotation of Free Text In CH documentation, information is often encoded as free text. Poorly machine-processable Full text search Extract information as structured data Entities, events and relations Poor quality with automatic extraction Martin Scholz, FAU Erlangen-Nürnberg,
4 Free text Example Die Tafel zeigt die legendäre, drei Tage und zwei Nächte dauernde Schlacht. Ein Engel kam zu Hilfe und führte den Sieg herbei. Zum Dank stiftete Karl das Schottenkloster in Regensburg entbrannte um dessen Fortbestand ein Streit zwischen Bischof, Kaiser und Stadtrat. The panel shows the legendary, three days long battle. An angel came to their aid and led them to victory. In return, Karl founded the Schottenkloster in Regensburg. In 1514, the quesion about its continued existence gave rise to a conflict between the bishop, emperor and the city council. Martin Scholz, FAU Erlangen-Nürnberg,
5 Use case: WissKI Semi-automatic information extraction Not unsupervised User annotates text From annotations structured data is generated Machine gives annotation proposals Not only one best solution, but Choice between possible/likely annotations Martin Scholz, FAU Erlangen-Nürnberg,
6 WissKI Text annotation Martin Scholz, FAU Erlangen-Nürnberg,
7 Text analysis pipe Martin Scholz, FAU Erlangen-Nürnberg,
8 Building a lexicon Lexicon-based detection of events (in its core) Lexicon of words that support an event class Lexicon creation Manual creation is time-consuming No corpus to build from Idea: use an intermediate lexicon for bootstrapping Martin Scholz, FAU Erlangen-Nürnberg,
9 GermaNet A word net for German Similar to Princeton Wordnet Word (sense) Synset Relations between synsets Hyponymy, Meronymy,... ~ 75k synsets, ~ 100k word senses This work uses version 7 (latest version: 8) Martin Scholz, FAU Erlangen-Nürnberg,
10 GermaNet Example Martin Scholz, FAU Erlangen-Nürnberg,
11 GermaNet Example This supports a E67 Birth Martin Scholz, FAU Erlangen-Nürnberg,
12 A simple mapping <class name="ecrm:e67_birth"> <synset pos="v" word="gebären" sense="1" /> <synset pos="n" word="geburt" sense="1" /> <synset pos="n" word="geburt" sense="2" /> <synset pos="n" word="geburt" sense="3" /> </class> Martin Scholz, FAU Erlangen-Nürnberg,
13 A simple mapping Compiled <class name="ecrm:e67_birth"> <word lemma="gebären" pos="v"/> <word lemma="entbinden" pos="v"/> <word lemma="laichen" pos="v"/>... <word lemma="geburt" pos="n"/> <word lemma="drillingsgeburt" pos="n"/> <word lemma="brut" pos="n"/>... </class> Martin Scholz, FAU Erlangen-Nürnberg,
14 A simple mapping Compiled <class name="ecrm:e67_birth"> <word lemma="gebären" pos="v"/> <word lemma="entbinden" pos="v"/> <word lemma="laichen" pos="v"/>... <word lemma="geburt" pos="n"/> <word lemma="drillingsgeburt" pos="n"/> <word lemma="brut" pos="n"/>... </class> Martin Scholz, FAU Erlangen-Nürnberg,
15 GermaNet Example These do not These are not support E67 Births E67 Births Martin Scholz, FAU Erlangen-Nürnberg,
16 A simple mapping Problem Meanings of GermaNet synsets don't match CRM events exactly A synset supports an event class, but some or even all of its hyponymic synsets may not Scope of CRM event is not reflected in language E67 Birth / E69 Death only applies to humans Personalized actors / figurative meanings E12 Production, E65 Creation, etc. distinguish material immaterial Martin Scholz, FAU Erlangen-Nürnberg,
17 Fine-grained mapping Sort out obvious false positive synsets/words Exclude a synset and its descendants or Exclude all descendants of a synset Drawbacks Creation and maintenance more complex and timeconsuming Hyponymic synsets can get sorted out wrongly Martin Scholz, FAU Erlangen-Nürnberg,
18 Fine-grained mapping <class name="ecrm:e67_birth"> <synset pos="n" word="geburt" sense="1"> <exclude_synset word="brut" sense="1" />... </synset> <class name="ecrm:e66_formation"> <synset pos="n" word="heirat" sense="1" descend="false" /> <synset pos="n" word="liebesheirat" sense="1" />... Martin Scholz, FAU Erlangen-Nürnberg,
19 Mapping statistics words (1): simple mapping, words (2): fine-grained mapping Reminder: this is work in progress, not a complete mapping! Martin Scholz, FAU Erlangen-Nürnberg,
20 Event detection evaluation Lexicon-based Preprocessor: Detect separable verb particles Postprocessor: Detect light verbs No word sense disambiguation (currently) Martin Scholz, FAU Erlangen-Nürnberg,
21 Event detection evaluation Hand-made corpus 50 short texts from art history 3000 tokens, 500 event class annotations Observations Synsets wrongly excluded mapping Recall Polysemy / no word sense disamb. Precision Martin Scholz, FAU Erlangen-Nürnberg,
22 Difficulties with modelling event mentions Context influences how to model an event mention in text Which CRM class How many instances Martin Scholz, FAU Erlangen-Nürnberg,
23 Modelling event mentions: Co-triggered events Words primarily denoting objects may also support events Gemälde (painting) E12 Production Geschenk (present / gift) E8 Acquisition, E10 Transfer of Custody Influences interpretation: John's painting vs. John's house Lexicalize to what extend? GermaNet synsets and hierarchy often not suitable Martin Scholz, FAU Erlangen-Nürnberg,
24 Modelling event mentions: CRM event or Symbolic Object An event in the text may not necessarily be modelled as CRM event Past events E5 Event and subclasses Future/hypothetical events E55 Type or E29 Design or Procedure Ein Engel kam zu Hilfe und führte den Sieg herbei. An angel came to their aid and led them to victory. Martin Scholz, FAU Erlangen-Nürnberg,
25 Modelling event mentions: Reclassification of events Context may reclassify an CRM event supported by a word Negation, interruption, alteration, lack of knowledge More general CRM class Document foreseen purpose as E55 Type Der römische Feldherr Dentatus weist die Geschenke [...] zurück. Der Beginn mit der Anfertigung [...] erfolgte [...] nach der Anmeldung. The Roman commander Dentatus rejects the presents [...]. The production [...] started [...] after the application. Martin Scholz, FAU Erlangen-Nürnberg,
26 Modelling event mentions: Instance(s) or class How many event instances are referred to? Individual Collection E5 or subclass } border? Class E29 or E55 Can often only determined by event's arguments Die Einzelteile der zerlegten Retabel gelangten in den Kunsthandel. Durch den Besitz dieser Güter stellten wohlhabende Bürger [...] zur Schau. The parts of the disassembled retable ended up in art trade. By the possession of these goods wealthy people showed [...]. Martin Scholz, FAU Erlangen-Nürnberg,
27 Thank you! Mapping & Compiler: wiss-ki.eu Martin Scholz, FAU Erlangen-Nürnberg,
Natural Language Processing. Part 4: lexical semantics
Natural Language Processing Part 4: lexical semantics 2 Lexical semantics A lexicon generally has a highly structured form It stores the meanings and uses of each word It encodes the relations between
Comparing Ontology-based and Corpusbased Domain Annotations in WordNet.
Comparing Ontology-based and Corpusbased Domain Annotations in WordNet. A paper by: Bernardo Magnini Carlo Strapparava Giovanni Pezzulo Alfio Glozzo Presented by: rabee ali alshemali Motive. Domain information
HIERARCHICAL HYBRID TRANSLATION BETWEEN ENGLISH AND GERMAN
HIERARCHICAL HYBRID TRANSLATION BETWEEN ENGLISH AND GERMAN Yu Chen, Andreas Eisele DFKI GmbH, Saarbrücken, Germany May 28, 2010 OUTLINE INTRODUCTION ARCHITECTURE EXPERIMENTS CONCLUSION SMT VS. RBMT [K.
Curriculum Vitae. Ulrich Franke. Personal information. Research Interests. Professional Memberships
Curriculum Vitae Ulrich Franke Personal information Address E-mail Bielefeld University Faculty of Sociology P.O. Box 100131 33501 Bielefeld Germany [email protected] Phone +49-521-1064622
LINGUISTIC SUPPORT IN "THESIS WRITER": CORPUS-BASED ACADEMIC PHRASEOLOGY IN ENGLISH AND GERMAN
ELN INAUGURAL CONFERENCE, PRAGUE, 7-8 NOVEMBER 2015 EUROPEAN LITERACY NETWORK: RESEARCH AND APPLICATIONS Panel session Recent trends in Bachelor s dissertation/thesis research: foci, methods, approaches
Lecture 9. Semantic Analysis Scoping and Symbol Table
Lecture 9. Semantic Analysis Scoping and Symbol Table Wei Le 2015.10 Outline Semantic analysis Scoping The Role of Symbol Table Implementing a Symbol Table Semantic Analysis Parser builds abstract syntax
MARK-UP DRIVEN STRATEGIES FOR TEXT-TO-HYPERTEXT CONVERSION
Preprint: to appear in: Dieter Metzing und Andreas Witt (eds.): Linguistic Modelling of Information and Markup Languages. Dordrecht: Springer. Angelika Storrer MARK-UP DRIVEN STRATEGIES FOR TEXT-TO-HYPERTEXT
Support verb constructions
Support verb constructions Comments on Angelika Storrer s presentation Markus Egg Rijksuniversiteit Groningen Salsa-Workshop 2006 Outline of the comment Support-verb constructions (SVCs) and textual organisation
ANALYSIS OF LEXICO-SYNTACTIC PATTERNS FOR ANTONYM PAIR EXTRACTION FROM A TURKISH CORPUS
ANALYSIS OF LEXICO-SYNTACTIC PATTERNS FOR ANTONYM PAIR EXTRACTION FROM A TURKISH CORPUS Gürkan Şahin 1, Banu Diri 1 and Tuğba Yıldız 2 1 Faculty of Electrical-Electronic, Department of Computer Engineering
ONTOLOGIES A short tutorial with references to YAGO Cosmina CROITORU
ONTOLOGIES p. 1/40 ONTOLOGIES A short tutorial with references to YAGO Cosmina CROITORU Unlocking the Secrets of the Past: Text Mining for Historical Documents Blockseminar, 21.2.-11.3.2011 ONTOLOGIES
TIn 1: Lecture 3: Lernziele. Lecture 3 The Belly of the Architect. Basic internal components of the 8086. Pointers and data storage in memory
Mitglied der Zürcher Fachhochschule TIn 1: Lecture 3 The Belly of the Architect. Lecture 3: Lernziele Basic internal components of the 8086 Pointers and data storage in memory Architektur 8086 Besteht
Search Engines Chapter 2 Architecture. 14.4.2011 Felix Naumann
Search Engines Chapter 2 Architecture 14.4.2011 Felix Naumann Overview 2 Basic Building Blocks Indexing Text Acquisition Text Transformation Index Creation Querying User Interaction Ranking Evaluation
DanNet From Dictionary to Wordnet
DanNet From Dictionary to Wordnet Jörg Asmussen Society for Danish Language and Literature, DSL, Copenhagen Bolette Sandford Pedersen Centre for Language Technology, CST, University of Copenhagen Lars
(51) Int Cl.: G10L 15/26 (2006.01)
(19) TEPZZ Z 8B_T (11) EP 2 023 338 B1 (12) EUROPEAN PATENT SPECIFICATION (4) Date of publication and mention of the grant of the patent: 28.0.14 Bulletin 14/22 (1) Int Cl.: GL /26 (06.01) (21) Application
Sense-Tagging Verbs in English and Chinese. Hoa Trang Dang
Sense-Tagging Verbs in English and Chinese Hoa Trang Dang Department of Computer and Information Sciences University of Pennsylvania [email protected] October 30, 2003 Outline English sense-tagging
There And Back Again from Dictionary to Wordnet to Thesaurus and Vice Versa: How to Use and Reuse Dictionary Data in a Conceptual Dictionary
There And Back Again from Dictionary to Wordnet to Thesaurus and Vice Versa: How to Use and Reuse Dictionary Data in a Conceptual Dictionary Henrik Lorentzen, Lars Trap-Jensen Society for Danish Language
Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science
Massachusetts Institute of Technology Department of Electrical Engineering and Computer Science 6.035, Fall 2005 Handout 7 Scanner Parser Project Wednesday, September 7 DUE: Wednesday, September 21 This
AP WORLD LANGUAGE AND CULTURE EXAMS 2012 SCORING GUIDELINES
AP WORLD LANGUAGE AND CULTURE EXAMS 2012 SCORING GUIDELINES Interpersonal Writing: E-mail Reply 5: STRONG performance in Interpersonal Writing Maintains the exchange with a response that is clearly appropriate
Über die Semantik von Modellierungssprachen
Über die Semantik von Modellierungssprachen und des UML-Standards Prof. Dr. Bernhard Rumpe Technische Universität Braunschweig http://www.sse.cs.tu-bs.de/ Seite 2 What is a model? And why do we need modeling
The WissKI Project A scholarly communication infrastructure
The WissKI Project A scholarly communication infrastructure Georg Hohmann Germanisches Nationalmuseum Nürnberg Department of Museum Informatics CIDOC 2009 Santiago de Chile, 30. September 2009 Overview
An Incrementally Trainable Statistical Approach to Information Extraction Based on Token Classification and Rich Context Models
Dissertation (Ph.D. Thesis) An Incrementally Trainable Statistical Approach to Information Extraction Based on Token Classification and Rich Context Models Christian Siefkes Disputationen: 16th February
Guidelines for the practical study semester Faculty of Mechatronics and Electrical Engineering
Guidelines for the practical study semester Faculty of Mechatronics and Electrical Engineering in the version dated April 17th 2013 Degree programs Mechatronics / Automation Systems (ATB) Mechatronics
Language considerations for developing VoiceXML in German
Language considerations for developing VoiceXML in German This section contains information that is specific to German. If you are developing German voice applications, use the information in this section,
Introduction to formal semantics -
Introduction to formal semantics - Introduction to formal semantics 1 / 25 structure Motivation - Philosophy paradox antinomy division in object und Meta language Semiotics syntax semantics Pragmatics
Machine Learning for natural language processing
Machine Learning for natural language processing Introduction Laura Kallmeyer Heinrich-Heine-Universität Düsseldorf Summer 2016 1 / 13 Introduction Goal of machine learning: Automatically learn how to
Visualizing WordNet Structure
Visualizing WordNet Structure Jaap Kamps Abstract Representations in WordNet are not on the level of individual words or word forms, but on the level of word meanings (lexemes). A word meaning, in turn,
Information Retrieval, Information Extraction and Social Media Analytics
Anwendersoftware a Information Retrieval, Information Extraction and Social Media Analytics Based on chapter 10 of the Advanced Information Management lecture Laura Kassner Universität Stuttgart Winter
Construction of Thai WordNet Lexical Database from Machine Readable Dictionaries
Construction of Thai WordNet Lexical Database from Machine Readable Dictionaries Patanakul Sathapornrungkij Department of Computer Science Faculty of Science, Mahidol University Rama6 Road, Ratchathewi
Der nächste Schritt? Semantic Web und digitale Editionen
Wolfenbüttel Jörg Wettlaufer Göttingen DIGITALE METAMORPHOSE: DIGITAL HUMANITIES UND EDITIONSWISSENSCHAFT Der nächste Schritt? Semantic Web und digitale Editionen Francesca Tomasi 2014: Vespasiano Letters
Stefan Engelberg (IDS Mannheim), Workshop Corpora in Lexical Research, Bucharest, Nov. 2008 [Folie 1]
Content 1. Empirical linguistics 2. Text corpora and corpus linguistics 3. Concordances 4. Application I: The German progressive 5. Part-of-speech tagging 6. Fequency analysis 7. Application II: Compounds
Designing and Implementing a Server Infrastructure MOC 20413
Designing and Implementing a Server Infrastructure MOC 20413 In dieser 5-tägigen Schulung erhalten Sie die Kenntnisse, welche benötigt werden, um eine physische und logische Windows Server 2012 Active
Using WordNet.PT for translation: disambiguation and lexical selection decisions
INTERNATIONAL JOURNAL OF TRANSLATION Vol. XX, No. XX, XXXX XXXX Using WordNet.PT for translation: disambiguation and lexical selection decisions University of Lisbon, Portugal ABSTRACT Wordnets are extensively
Stefan Engelberg (IDS Mannheim), Workshop Corpora in Lexical Research, Bucharest, Nov. 2008 [Folie 1]
Content 1. Empirical linguistics 2. Text corpora and corpus linguistics 3. Concordances 4. Application I: The German progressive 5. Part-of-speech tagging 6. Fequency analysis 7. Application II: Compounds
What s in a Lexicon. The Lexicon. Lexicon vs. Dictionary. What kind of Information should a Lexicon contain?
What s in a Lexicon What kind of Information should a Lexicon contain? The Lexicon Miriam Butt November 2002 Semantic: information about lexical meaning and relations (thematic roles, selectional restrictions,
Implementing Data Models and Reports with Microsoft SQL Server
Implementing Data Models and Reports with Microsoft SQL Server Dauer: 5 Tage Kursnummer: M20466 Überblick: Business Intelligence (BI) wird für Unternehmen von verschiedenen Größen aufgrund des dadurch
Developments in the Austrian Surveying Education
Gert STEINKELLNER, Austria Key words: University Curriculum, Advanced Technical College, Civil Engineer, Assistant Surveyor. ABSTRACT In Austria was a substantial change of surveying education during the
Microsoft Certified IT Professional (MCITP) MCTS: Windows 7, Configuration (070-680)
Microsoft Office Specialist Office 2010 Specialist Expert Master Eines dieser Examen/One of these exams: Eines dieser Examen/One of these exams: Pflichtexamen/Compulsory exam: Word Core (Exam 077-881)
Doctoral Consortium 2013 Dept. Lenguajes y Sistemas Informáticos UNED
Doctoral Consortium 2013 Dept. Lenguajes y Sistemas Informáticos UNED 17 19 June 2013 Monday 17 June Salón de Actos, Facultad de Psicología, UNED 15.00-16.30: Invited talk Eneko Agirre (Euskal Herriko
Phase 2 of the D4 Project. Helmut Schmid and Sabine Schulte im Walde
Statistical Verb-Clustering Model soft clustering: Verbs may belong to several clusters trained on verb-argument tuples clusters together verbs with similar subcategorization and selectional restriction
Complex Predications in Argument Structure Alternations
Complex Predications in Argument Structure Alternations Stefan Engelberg (Institut für Deutsche Sprache & University of Mannheim) Stefan Engelberg (IDS Mannheim), Universitatea din Bucureşti, November
Text Analysis for Big Data. Magnus Sahlgren
Text Analysis for Big Data Magnus Sahlgren Data Size Style (editorial vs social) Language (there are other languages than English out there!) Data Size Style (editorial vs social) Language (there are
Natural Language Database Interface for the Community Based Monitoring System *
Natural Language Database Interface for the Community Based Monitoring System * Krissanne Kaye Garcia, Ma. Angelica Lumain, Jose Antonio Wong, Jhovee Gerard Yap, Charibeth Cheng De La Salle University
Draft Martin Doerr ICS-FORTH, Heraklion, Crete Oct 4, 2001
A comparison of the OpenGIS TM Abstract Specification with the CIDOC CRM 3.2 Draft Martin Doerr ICS-FORTH, Heraklion, Crete Oct 4, 2001 1 Introduction This Mapping has the purpose to identify, if the OpenGIS
Brill s rule-based PoS tagger
Beáta Megyesi Department of Linguistics University of Stockholm Extract from D-level thesis (section 3) Brill s rule-based PoS tagger Beáta Megyesi Eric Brill introduced a PoS tagger in 1992 that was based
HELP DESK SYSTEMS. Using CaseBased Reasoning
HELP DESK SYSTEMS Using CaseBased Reasoning Topics Covered Today What is Help-Desk? Components of HelpDesk Systems Types Of HelpDesk Systems Used Need for CBR in HelpDesk Systems GE Helpdesk using ReMind
Aligning Word Senses in GermaNet and the DWDS Dictionary of the German Language
Aligning Word Senses in GermaNet and the DWDS Dictionary of the German Language Verena Henrich, Erhard Hinrichs, Reinhild Barkey Department of Linguistics University of Tübingen, Germany {vhenrich,eh,rbarkey}@sfs.uni-tuebingen.de
Package wordnet. January 6, 2016
Title WordNet Interface Version 0.1-11 Package wordnet January 6, 2016 An interface to WordNet using the Jawbone Java API to WordNet. WordNet () is a large lexical database
CobraNet TM User s Manual
CobraNet TM User s Manual 19201 Cook Street, Foothill Ranch, CA 92610-3501 USA Phone: (949) 588-9997 Fax: (949) 588-9514 Email: [email protected] Web: www.renkus-heinz.com CobraNet TM is a registered
CINDOR Conceptual Interlingua Document Retrieval: TREC-8 Evaluation.
CINDOR Conceptual Interlingua Document Retrieval: TREC-8 Evaluation. Miguel Ruiz, Anne Diekema, Páraic Sheridan MNIS-TextWise Labs Dey Centennial Plaza 401 South Salina Street Syracuse, NY 13202 Abstract:
Coffee Break German Lesson 06
LESSON NOTES WIE VIEL KOSTET DAS? In this episode of Coffee Break German we ll start by learning the numbers from zero to ten and then learn to deal with transactional situations involving paying for things
Identifying Focus, Techniques and Domain of Scientific Papers
Identifying Focus, Techniques and Domain of Scientific Papers Sonal Gupta Department of Computer Science Stanford University Stanford, CA 94305 [email protected] Christopher D. Manning Department of
Web-Scale Extraction of Structured Data Michael J. Cafarella, Jayant Madhavan & Alon Halevy
The Deep Web: Surfacing Hidden Value Michael K. Bergman Web-Scale Extraction of Structured Data Michael J. Cafarella, Jayant Madhavan & Alon Halevy Presented by Mat Kelly CS895 Web-based Information Retrieval
The Lois Project: Lexical Ontologies for Legal Information Sharing
The Lois Project: Lexical Ontologies for Legal Information Sharing Daniela Tiscornia Institute of Legal Information Theory and Techniques - Italian National Research Council Abstract. Semantic metadata
Domain Adaptive Relation Extraction for Big Text Data Analytics. Feiyu Xu
Domain Adaptive Relation Extraction for Big Text Data Analytics Feiyu Xu Outline! Introduction to relation extraction and its applications! Motivation of domain adaptation in big text data analytics! Solutions!
ISO 15926 and Semantic Technologies
ISO 15926 and Semantic Technologies Alois Pichler The Wittgenstein Archives: From Manuscripts to Semantic Web Representations I would like the participants for valuable comments. Alois Pichler, Sogndal
A: Ein ganz normaler Prozess B: Best Practices in BPMN 1.x. ITAB / IT Architekturbüro Rüdiger Molle März 2009
A: Ein ganz normaler Prozess B: Best Practices in BPMN 1.x ITAB / IT Architekturbüro Rüdiger Molle März 2009 März 2009 I T A B 2 Lessons learned Beschreibung eines GP durch das Business läßt Fragen der
language-related erp components: n400
language-related erp components: n400 Based on Luck & Kappenmann (2012) and Kutas & Federmeier (2011) Alina Karakanta, Max Paulus 19.11.2015, Supervisor: Sahri Morbey Saarland University Kutas & Hillyard
A Software Tool for Thesauri Management, Browsing and Supporting Advanced Searches
J. Nogueras-Iso, J.A. Bañares, J. Lacasta, J. Zarazaga-Soria 105 A Software Tool for Thesauri Management, Browsing and Supporting Advanced Searches J. Nogueras-Iso, J.A. Bañares, J. Lacasta, J. Zarazaga-Soria
Implementing the CIDOC CRM with a relational database
MCN Spectra. 24 (1), Spring 1999 Implementing the CIDOC CRM with a relational database Introduction The CIDOC Conceptual Reference Model (CRM) is an object oriented semantic reference model for cultural
1 Basic concepts. 1.1 What is morphology?
EXTRACT 1 Basic concepts It has become a tradition to begin monographs and textbooks on morphology with a tribute to the German poet Johann Wolfgang von Goethe, who invented the term Morphologie in 1790
A WEB SERVICE BASED FRAMEWORK FOR THE SEMANTIC MAPPING AMONGST PRODUCT CLASSIFICATION SCHEMAS
Beneventano et al.: A Web Service based framework for the semantic mapping amongst product classification A WEB SERVICE BASED FRAMEWORK FOR THE SEMANTIC MAPPING AMONGST PRODUCT CLASSIFICATION SCHEMAS Domenico
Multipurpsoe Business Partner Certificates Guideline for the Business Partner
Multipurpsoe Business Partner Certificates Guideline for the Business Partner 15.05.2013 Guideline for the Business Partner, V1.3 Document Status Document details Siemens Topic Project name Document type
What Is This, Anyway: Automatic Hypernym Discovery
What Is This, Anyway: Automatic Hypernym Discovery Alan Ritter and Stephen Soderland and Oren Etzioni Turing Center Department of Computer Science and Engineering University of Washington Box 352350 Seattle,
Automatic assignment of Wikipedia encyclopedic entries to WordNet synsets
Automatic assignment of Wikipedia encyclopedic entries to WordNet synsets Maria Ruiz-Casado, Enrique Alfonseca and Pablo Castells Computer Science Dep., Universidad Autonoma de Madrid, 28049 Madrid, Spain
29. November 2011 Eidgenössische Steuerverwaltung 2011-2648 8765
Mitteilung der Eidgenössischen Steuerverwaltung (ESTV) über das Amtshilfeverfahren des Internal Revenue Service (IRS) der Vereinigten Staaten von Amerika vom 26. September 2011 betreffend Credit Suisse
Leitfaden für die Antragstellung zur Förderung einer nationalen Biomaterialbankeninitiative
Seite 1 von 8 Leitfaden für die Antragstellung zur Förderung einer nationalen Biomaterialbankeninitiative Anträge zu Biomaterialbanken sind entsprechend den Vorgaben dieses Leitfadens zu erstellen (DIN
Watson for Healthcare
Watson for Healthcare Vision, scope and possibilities in German speaking countries for healthcare-specific natural language processing Dr. Eva Deutsch GBS Healthcare Industry Leader Austria Tel. ++43/0121145-2235
How to make Ontologies self-building from Wiki-Texts
How to make Ontologies self-building from Wiki-Texts Bastian HAARMANN, Frederike GOTTSMANN, and Ulrich SCHADE Fraunhofer Institute for Communication, Information Processing & Ergonomics Neuenahrer Str.
Statistical Machine Translation Lecture 4. Beyond IBM Model 1 to Phrase-Based Models
p. Statistical Machine Translation Lecture 4 Beyond IBM Model 1 to Phrase-Based Models Stephen Clark based on slides by Philipp Koehn p. Model 2 p Introduces more realistic assumption for the alignment
Varieties of specification and underspecification: A view from semantics
Varieties of specification and underspecification: A view from semantics Torgrim Solstad D1/B4 SFB meeting on long-term goals June 29th, 2009 The technique of underspecification I Presupposed: in semantics,
The Changing Global Egg Industry
Vol. 46 (2), Oct. 2011, Page 3 The Changing Global Egg Industry - The new role of less developed and threshold countries in global egg production and trade 1 - Hans-Wilhelm Windhorst, Vechta, Germany Introduction
Building a Question Classifier for a TREC-Style Question Answering System
Building a Question Classifier for a TREC-Style Question Answering System Richard May & Ari Steinberg Topic: Question Classification We define Question Classification (QC) here to be the task that, given
Projektgruppe. Categorization of text documents via classification
Projektgruppe Steffen Beringer Categorization of text documents via classification 4. Juni 2010 Content Motivation Text categorization Classification in the machine learning Document indexing Construction
Selected Topics in Applied Machine Learning: An integrating view on data analysis and learning algorithms
Selected Topics in Applied Machine Learning: An integrating view on data analysis and learning algorithms ESSLLI 2015 Barcelona, Spain http://ufal.mff.cuni.cz/esslli2015 Barbora Hladká [email protected]
Vandebrouck, Monaghan, Lagrange
3: DESIGNING A TECHNOLOGY BASED LEARNING ENVIRONMENT FOR PLACE VALUE USING ARTIFACT-CENTRIC ACTIVITY THEORY Ulrich Kortenkamp and Silke Ladel Martin Luther University Halle-Wittenberg and Saarland University,
Static vs. Dynamic. Lecture 10: Static Semantics Overview 1. Typical Semantic Errors: Java, C++ Typical Tasks of the Semantic Analyzer
Lecture 10: Static Semantics Overview 1 Lexical analysis Produces tokens Detects & eliminates illegal tokens Parsing Produces trees Detects & eliminates ill-formed parse trees Static semantic analysis
Problems and Measures Regarding Waste 1 Management and 3R Era of public health improvement Situation subsequent to the Meiji Restoration
Integrating data from The Perseus Project and Arachne using the CIDOC CRM An Examination from a Software Developer s Perspective
Integrating data from The Perseus Project and Arachne using the CIDOC CRM An Examination from a Software Developer s Perspective Robert Kummer, Perseus Project at Tufts University and Research Archive
