Textmining Wissensrohstoff Text

Größe: px
Ab Seite anzeigen:

Download "Textmining Wissensrohstoff Text"

Transkript

1 Textmining Wissensrohstoff Text Wintersemester 2008/09 Teil 5 Chunking und Parsing Uwe Quasthoff Universität Leipzig Institut für Informatik quasthoff@informatik.uni-leipzig.de

2 Zerlegung von Sätzen 1. Teil: Zerlegung in sinnvolle Wortgruppen: Konstituenten 2. Teil: Ermittlung der strukturellen Zusammenhänge U. Quasthoff Textmining Wissensrohstoff Text 2

3 Shallow Parsing Partition the input into a sequence of non-overlapping units, or chunks, each a sequence of words labelled with a syntactic category and possibly a marking to indicate which word is the head of the chunk How? Set of regular expressions over POS labels Training the chunker on manually marked up text U. Quasthoff Textmining Wissensrohstoff Text 3

4 Beispiel für Chunking Chunking: general chunking [I begin] [with an intuition]: [when I read] [a sentence], [I read it] [a chunk] [at a time]. (Abney) NP chunking [NP President Clinton] visitited [NP the Hermitage] in [NP Leningrad] U. Quasthoff Textmining Wissensrohstoff Text 4

5 Syntactic Parsing Syntax refers to the way words are arranged together and the relationship between them Parsing is the process of using a grammar to assign a syntactic analysis to a string of words Approaches: Shallow Parsing Dependency Parsing Context-Free Parsing U. Quasthoff Textmining Wissensrohstoff Text 5

6 Dependency Parsing Based on dependency grammars, where a syntactic analysis takes the form of a set of head-modifier dependency links between words, each link labelled with the grammatical function of the modifying word with respect to the head Parser first labels each word with all possible function types and then applies handwritten rules to introduce links between specific types and remove other function-type readings U. Quasthoff Textmining Wissensrohstoff Text 6

7 Context-Free (CF) Parsing CF parsing algorithms form the basis for almost all approaches to parsing that build hierarchical phrase structure CFG Example: S -> NP VP NP -> Det NOMINAL NOMINAL -> Noun VP -> Verb Det -> a Noun -> flight Verb -> left A derivation is a sequence of rules applied to a string that accounts for that string (derivation tree) Parsing is the process of taking a string and a grammar and returning one (more?) parse tree(s) for that string Treebanks = Parsed corpora in the form of trees U. Quasthoff Textmining Wissensrohstoff Text 7

8 Probabilistic CFGs Assigning probabilities to parse trees Attach probabilities to grammar rules The expansions for a given non-terminal sum to 1 A derivation (tree) consists of the set of grammar rules that are in the tree The probability of a tree is just the product of the probabilities of the rules in the derivation. Needed: grammar, dictionary with POS, parser Task is to find the max probability tree for an input U. Quasthoff Textmining Wissensrohstoff Text 8

9 Sie gehen gewagte Verbindungen und Risiken ein, versuchen ihre Möglichkeiten auszureizen. U. Quasthoff Textmining Wissensrohstoff Text 9

10 #BOS Sie PPER 3.Pl.*.Nom SB 504 gehen VVFIN 3.Pl.Pres.Ind HD 504 gewagte ADJA Pos.*.Akk.Pl.St NK 500 Verbindungen NN Fem.Akk.Pl.* NK 500 und KON -- CD 502 Risiken NN Neut.Akk.Pl.* CJ 502 ein PTKVZ -- SVP 504, $, versuchen VVFIN 3.Pl.Pres.Ind HD 505 ihre PPOSAT *.Akk.Pl NK 501 Möglichkeiten NN Fem.Akk.Pl.* NK 501 auszureizen VVIZU -- HD 503. $ #500 NP -- CJ 502 #501 NP -- OA 503 #502 CNP -- OA 504 #503 VP -- OC 505 #504 S -- CJ 506 #505 S -- CJ 506 #506 CS #EOS 2 Export Format: U. Quasthoff Textmining Wissensrohstoff Text 10

11 Konstituenten Konstituenten sind Teile einer (natürlichsprachigen) Aussage, die sich durch die folgenden Tests ermitteln lassen. Beispiel: Das Buch liegt auf dem Tisch im Wohnzimmer. Verschiebetest: Das Buch liegt im Wohnzimmer auf dem Tisch. Auf dem Tisch im Wohnzimmer liegt das Buch. Ersetzungstest: Die Zeitung liegt auf dem Tisch im Wohnzimmer. Das Buch liegt auf dem Tisch im Arbeitszimmer. Pronominalisierungstest: Es liegt auf dem Tisch im Wohnzimmer. Fragetest: Wo liegt das Buch? Auf welchem Tisch liegt das Buch? Weglasstest: Das Buch liegt im Wohnzimmer. Das Buch liegt auf dem Tisch. Ergebnis: Konstituenten sind: das Buch / auf dem Tisch / im Wohnzimmer. U. Quasthoff Textmining Wissensrohstoff Text 11

12 Eigenschaften von Konstituenten Stabilität: Bei allen Tests bleiben die Konstituenten stabil, sie werden gar nicht oder vollständig ersetzt. Kommutativität: Die Reihenfolge der Konstituenten ist relativ frei. Position: Die Position einer einzelnen Konstituenten ist nur wenig eingeschränkt, speziell können alle Konstituenten sowohl ganz am Anfang wie auch ganz am Ende stehen. Beobachtungen: Auch Verben können in Erst- und Letztstellung auftreten: Geht er heim? Ob er kommt? U. Quasthoff Textmining Wissensrohstoff Text 12

13 Chomsky-Grammatiken und variable Satzstellung Chomsky-Grammatiken eignen sich nicht gut, um Sprachen mit variabler Satzstellung zu beschreiben. Umgehung des Problems: Wir definieren eine Standard-Reihenfolge der Satzglieder (z.b. SPO) und schalten der Syntaxanalyse eine Transformation vor, die einen Eingabesatz zunächst in die Standard-Reihenfolge bringt. Die Beschreibung der Sprache erfolgt über Die Beschreibung der Sprache ohne freie Satzstellung mit einer Chomsky- Grammatik Die Angabe der möglichen Transformationen entsprechend der erlaubten Satzstellungen. U. Quasthoff Textmining Wissensrohstoff Text 13

14 Ausnutzung der Erst- und Letztstellung zur Ermittlung der Konstituenten Um die Information zu bewahren, ob ein Wort typischerweise in Erst- oder Letztstellung auftritt, werden an den Satz vorn und hinten das imanginäre Satzanfangswort %^% und Satzendewort %$% angefügt. Signifikante rechte Nachbarn von %^%: Die (963922), Der (496483), Das (387947), In (263497), Und (164318), Es (162895), Im (147833), Er (138100), Ein (137476), Mit (123722), Auch (123360), Nach (113786), Bei (108812), Sie (108740), Aber (106516), Doch (102054), Für (101547), Eine (97911), So (87674), Wenn (86223), Als (83994), Wir (76059), Ich (71696), Wie (69812), Auf (68845), Signifikante linke Nachbarn von %$%: ab (22777), lassen (21785), zurück (19972), machen (15868), geworden (9939), geben (9662), gewesen (8572), bringen (8341), gemacht (7342), müssen (6403), erhalten (6348), bleiben (6168), gegeben (6063), gekommen (5831), fest (5702), wollen (5380), bekommen(5309), kommen (5301), erreichen (4878), schaffen (4739), dar (4711), gebracht (4560), U. Quasthoff Textmining Wissensrohstoff Text 14

15 Signifikanzen zur Konstituentenbestimmung In einem Satz schreiben wir zwischen zwei Wörter A und B die Signifikanzwerte der Nachbarschaftskookkurrenzen sig nb (A,%^%), sig nb (A,B) und sig nb (%$%,B). Für eine Grenze zwischen Konstituenten sprechen: sig nb (A,%^%) und sig nb (%$%,B) groß, sig nb (A,B) klein. Für eine keine Grenze zwischen Konstituenten sprechen: sig nb (A,%^%) und sig nb (%$%,B) klein, sig nb (A,B) groß. Beispiel: In diesem Fall betreten wir absolutes Neuland. In -,74952,1440 diesem -,18089,- Fall -,-,- betreten 268,33,76059 wir -,-,14 absolutes -,146,- Neuland 50. Enthält die Datenbank keinen Signifikanzwert, ist ein eingetragen, wir rechnen hier mit 1 (wegen angenommener Unabhängigkeit) U. Quasthoff Textmining Wissensrohstoff Text 15

16 Berechnung des Trennwertes Zwischen zwei Wörtern A und B berechnen wir aus a = sig nb (A,%^%), c = sig nb (A,B) und b = sig nb (%$%,B) den Trennwert ab/c 2. Das ergibt im Beispiel: In -,74952,1440 diesem -,18089,- Fall -,-,- betreten 268,33,76059 wir -,-,14 absolutes -,146,- Neuland. A, B a, c, b ab/c 2 In diesem -,74952,1440 0, diesem Fall -,18089,- 0, Fall betreten -,-,- 1 betreten wir 268,33, wir absolutes -,-,14 14 absolutes Neuland -,146,- 0, U. Quasthoff Textmining Wissensrohstoff Text 16

17 Klassifikation nach Trennwert Grenze: Trennwert 1 Keine Grenze: Trennwert <1 Noch ein Beispiel: Dabei verteilt der Nikolaus im Zug Geschenke an die Kinder. A, B a, c, b ab/c 2 Dabei verteilt -,-,43 43 verteilt der 788,-, der Nikolaus -,27,348 0,48 Nikolaus im -,-, im Zug -,432,- 0, Zug Geschenke -,-,- 1 Geschenke an -,39, an die 10, 21404, ,021 die Kinder -,3944,42 0, U. Quasthoff Textmining Wissensrohstoff Text 17

18 Anwendung: Klassifikation von Nachbarschaftskookkurrenzen Nachbarschaftskookkurrenzen können verschiedene Relationen repräsentieren (Teile einer oder mehrerer Konstituenten, Redewendungen,...) Können wir das jetzt entscheiden? A, B a, c, b ab/c 2 laufen lassen 390, 634, 640 0,62 laufen derzeit 390, 208, ,2 laufen Sturm 390, 160, 4 0,06 laufen bereits 390, 134, laufen Gefahr 390, 82, - 0,058 laufen fehlerfrei 390, 4, laufen Hunde 390, 3, - 43,3 Hunde laufen -, 3, - 0,11 U. Quasthoff Textmining Wissensrohstoff Text 18

19 Kritische Beobachtung der Klassifikation nach Trennwert Klassifikation funktioniert besser bei häufigeren Wörtern. A, B a, c, b ab/c 2 Bundeskanzler Schröder -, 1403, 465 0,00024 Kanzler Schröder -, 847, 465 0,00065 warf Schröder -, 83, 465 0,067 betonte Schröder -, 60, 465 0,13 sagt Schröder -, 43, 465 0,25 Automann Schröder -, 15, 465 2,06 Auch Schröder -, 8, 465 7,27 Doch Schröder -, 8, 465 7,27 U. Quasthoff Textmining Wissensrohstoff Text 19

20 Der texanische Milliardär Ross Perot hat das politische Establishment in Washington aufgeschreckt.. hat Der texanische Milliardär Ross Perot das aufgeschreckt politische Establishment U. Quasthoff Textmining Wissensrohstoff Text 20 in Washington

21 Nach Meinungsumfragen liegt der parteilose Self-mademan gut im Rennen um den Chefsessel im Weißen Haus mit dem amtierenden Präsidenten George Bush und dem Demokraten Bill Clinton. Nach Meinungsumfragen liegt der parteilose Self-mademan gut im Rennen um den Chefsessel im Weißen Haus mit dem amtierenden Präsidenten George Bush und dem Demokraten U. Quasthoff Textmining Wissensrohstoff Bill Text 21 Clinton.

22 Und auch die Konzernchefs in den USA halten nicht viel von dem 62jährigen. Und halten auch die Konzernchefs in den USA nicht viel. von dem 62jährigen U. Quasthoff Textmining Wissensrohstoff Text 22

Automatentheorie und formale Sprachen reguläre Ausdrücke

Automatentheorie und formale Sprachen reguläre Ausdrücke Automatentheorie und formale Sprachen reguläre Ausdrücke Dozentin: Wiebke Petersen 6.5.2009 Wiebke Petersen Automatentheorie und formale Sprachen - SoSe09 1 Formal language Denition A formal language L

Mehr

Einführung in die Computerlinguistik reguläre Sprachen und endliche Automaten

Einführung in die Computerlinguistik reguläre Sprachen und endliche Automaten Einführung in die Computerlinguistik reguläre Sprachen und endliche Automaten Dozentin: Wiebke Petersen Foliensatz 3 Wiebke Petersen Einführung CL 1 Describing formal languages by enumerating all words

Mehr

Einführung in die Computerlinguistik

Einführung in die Computerlinguistik Einführung in die Computerlinguistik Reguläre Ausdrücke und reguläre Grammatiken Laura Kallmeyer Heinrich-Heine-Universität Düsseldorf Summer 2016 1 / 20 Regular expressions (1) Let Σ be an alphabet. The

Mehr

Einführung in die Computerlinguistik reguläre Sprachen und endliche Automaten

Einführung in die Computerlinguistik reguläre Sprachen und endliche Automaten Einführung in die Computerlinguistik reguläre Sprachen und endliche Automaten Dozentin: Wiebke Petersen 03.11.2009 Wiebke Petersen Einführung CL (WiSe 09/10) 1 Formal language Denition Eine formale Sprache

Mehr

Einführung in die Computerlinguistik reguläre Sprachen und endliche Automaten

Einführung in die Computerlinguistik reguläre Sprachen und endliche Automaten Einführung in die Computerlinguistik reguläre Sprachen und endliche Automaten Dozentin: Wiebke Petersen May 3, 2010 Wiebke Petersen Einführung CL (SoSe2010) 1 Operationen auf Sprachen Seien L Σ und K Σ

Mehr

"What's in the news? - or: why Angela Merkel is not significant

What's in the news? - or: why Angela Merkel is not significant "What's in the news? - or: why Angela Merkel is not significant Andrej Rosenheinrich, Dr. Bernd Eickmann Forschung und Entwicklung, Unister GmbH, Leipzig UNISTER Seite 1 Unister Holding UNISTER Seite 2

Mehr

Stefan Engelberg (IDS Mannheim), Workshop Corpora in Lexical Research, Bucharest, Nov. 2008 [Folie 1] DWDS-Kernkorpus / DWDS corpus analysis

Stefan Engelberg (IDS Mannheim), Workshop Corpora in Lexical Research, Bucharest, Nov. 2008 [Folie 1] DWDS-Kernkorpus / DWDS corpus analysis 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

Mehr

Introduction FEM, 1D-Example

Introduction FEM, 1D-Example Introduction FEM, D-Example /home/lehre/vl-mhs-/inhalt/cover_sheet.tex. p./22 Table of contents D Example - Finite Element Method. D Setup Geometry 2. Governing equation 3. General Derivation of Finite

Mehr

Zu + Infinitiv Constructions

Zu + Infinitiv Constructions Zu + Infinitiv Constructions You have probably noticed that in many German sentences, infinitives appear with a "zu" before them. These "zu + infinitive" structures are called infinitive clauses, and they're

Mehr

Konstituenten, Phrasenstruktur und Feldermodell

Konstituenten, Phrasenstruktur und Feldermodell Konstituenten, Phrasenstruktur und Feldermodell Falk Spellerberg Stellvertretend für Ivana Daskalovska Was ist Konstituentengrammatik? Was ist Konstituentengrammatik? Ein Satz ist aus Konstituenten gebaut,

Mehr

Introduction FEM, 1D-Example

Introduction FEM, 1D-Example Introduction FEM, 1D-Example home/lehre/vl-mhs-1-e/folien/vorlesung/3_fem_intro/cover_sheet.tex page 1 of 25. p.1/25 Table of contents 1D Example - Finite Element Method 1. 1D Setup Geometry 2. Governing

Mehr

Linguistische Informatik

Linguistische Informatik Linguistische Informatik Gerhard Heyer Universität Leipzig heyer@informatik.uni-leipzig.de Institut für Informatik Syntax Problem: Gegeben eine Menge von Wortformen (oder Wörtern), welche Reihenfolgen

Mehr

Bayesian Networks. Syntax Semantics Parametrized Distributions Inference in Bayesian Networks. Exact Inference. Approximate Inference

Bayesian Networks. Syntax Semantics Parametrized Distributions Inference in Bayesian Networks. Exact Inference. Approximate Inference Syntax Semantics Parametrized Distributions Inference in Exact Inference Approximate Inference enumeration variable elimination stochastic simulation Markov Chain Monte Carlo (MCMC) 1 Includes many slides

Mehr

Informationsextraktion

Informationsextraktion Informationsextraktion Bestimmte Anwendungen bei der semantischen Verarbeitung erfordern keine tiefe linguistische Analyse mit exakter Disambiguierung (= eine einzige und korrekte Lesart). Hierzu gehört

Mehr

FEM Isoparametric Concept

FEM Isoparametric Concept FEM Isoparametric Concept home/lehre/vl-mhs--e/folien/vorlesung/4_fem_isopara/cover_sheet.tex page of 25. p./25 Table of contents. Interpolation Functions for the Finite Elements 2. Finite Element Types

Mehr

Algorithm Theory 3 Fast Fourier Transformation Christian Schindelhauer

Algorithm Theory 3 Fast Fourier Transformation Christian Schindelhauer Algorithm Theory 3 Fast Fourier Transformation Institut für Informatik Wintersemester 2007/08 Chapter 3 Fast Fourier Transformation 2 Polynomials Polynomials p over real numbers with a variable x p(x)

Mehr

Automaten und formale Sprachen. Lösungen zu den Übungsblättern

Automaten und formale Sprachen. Lösungen zu den Übungsblättern Automaten und formale Sprachen zu den Übungsblättern Übungsblatt Aufgabe. (Sipser, exercise.3) M = ({q, q2, q3, q4, q5}, {u, d}, δ, q3, {q3}) δ: u d q q q 2 q 2 q q 3 q 3 q 2 q 4 q 4 q 3 q 5 q 5 q 4 q

Mehr

Deutsch 1 Kapitel 6: Meine Sachen items in a house, pronouns, adjectives, prepositions. Name: Seite

Deutsch 1 Kapitel 6: Meine Sachen items in a house, pronouns, adjectives, prepositions. Name: Seite 1. Label 10 things in the room with the correct gender (die, der, das) 2. Find the nine words related to household furnishing in the puzzle below. 3. Find the missing pieces of furniture. 4. The movers

Mehr

FEM Isoparametric Concept

FEM Isoparametric Concept FEM Isoparametric Concept home/lehre/vl-mhs--e/cover_sheet.tex. p./26 Table of contents. Interpolation Functions for the Finite Elements 2. Finite Element Types 3. Geometry 4. Interpolation Approach Function

Mehr

DIBELS TM. German Translations of Administration Directions

DIBELS TM. German Translations of Administration Directions DIBELS TM German Translations of Administration Directions Note: These translations can be used with students having limited English proficiency and who would be able to understand the DIBELS tasks better

Mehr

Grammar Slides KAPITEL 23

Grammar Slides KAPITEL 23 Grammar Slides KAPITEL 23 da(r)-compounds da- + preposition e.g. an, auf, aus, bei, durch, für, gegen, hinter, in, mit, nach, neben, über, um, unter, von, vor, zu, zwischen r inserted if the preposition

Mehr

Interpolation Functions for the Finite Elements

Interpolation Functions for the Finite Elements Interpolation Functions for the Finite Elements For the finite elements method, the following is valid: The global function of a sought function consists of a sum of local functions: GALERKIN method: the

Mehr

2 German sentence: write your English translation before looking at p. 3

2 German sentence: write your English translation before looking at p. 3 page Edward Martin, Institut für Anglistik, Universität Koblenz-Landau, Campus Koblenz 2 German sentence: write your English translation before looking at p. 3 3 German sentence analysed in colour coding;

Mehr

Automatentheorie und formale Sprachen Pumping-Lemma für reguläre Sprachen

Automatentheorie und formale Sprachen Pumping-Lemma für reguläre Sprachen Automatentheorie und formale Sprachen Pumping-Lemma für reguläre Sprachen Dozentin: Wiebke Petersen 10.6.2009 Wiebke Petersen Automatentheorie und formale Sprachen - SoSe09 1 Finite-state automatons accept

Mehr

VORANSICHT. Halloween zählt zu den beliebtesten. A spooky and special holiday Eine Lerntheke zu Halloween auf zwei Niveaus (Klassen 8/9)

VORANSICHT. Halloween zählt zu den beliebtesten. A spooky and special holiday Eine Lerntheke zu Halloween auf zwei Niveaus (Klassen 8/9) IV Exploringlifeandculture 12 Halloween(Kl.8/9) 1 von28 A spooky and special holiday Eine Lerntheke zu Halloween auf zwei Niveaus (Klassen 8/9) EinBeitragvonKonstanzeZander,Westerengel Halloween zählt

Mehr

Newest Generation of the BS2 Corrosion/Warning and Measurement System

Newest Generation of the BS2 Corrosion/Warning and Measurement System Newest Generation of the BS2 Corrosion/Warning and Measurement System BS2 System Description: BS2 CorroDec 2G is a cable and energyless system module range for detecting corrosion, humidity and prevailing

Mehr

MATLAB driver for Spectrum boards

MATLAB driver for Spectrum boards MATLAB driver for Spectrum boards User Manual deutsch/english SPECTRUM SYSTEMENTWICKLUNG MICROELECTRONIC GMBH AHRENSFELDER WEG 13-17 22927 GROSSHANSDORF GERMANY TEL.: +49 (0)4102-6956-0 FAX: +49 (0)4102-6956-66

Mehr

Big Data Analytics. Fifth Munich Data Protection Day, March 23, Dr. Stefan Krätschmer, Data Privacy Officer, Europe, IBM

Big Data Analytics. Fifth Munich Data Protection Day, March 23, Dr. Stefan Krätschmer, Data Privacy Officer, Europe, IBM Big Data Analytics Fifth Munich Data Protection Day, March 23, 2017 C Dr. Stefan Krätschmer, Data Privacy Officer, Europe, IBM Big Data Use Cases Customer focused - Targeted advertising / banners - Analysis

Mehr

Algorithmische Bioinformatik II WS2004/05 Ralf Zimmer Part III Probabilistic Modeling IV Bayesian Modeling: Algorithms, EM and MC Methods HMMs

Algorithmische Bioinformatik II WS2004/05 Ralf Zimmer Part III Probabilistic Modeling IV Bayesian Modeling: Algorithms, EM and MC Methods HMMs Algorithmische Bioinformatik II WS2004/05 Ralf Zimmer Part III Probabilistic Modeling IV Bayesian Modeling: Algorithms, EM and MC Methods HMMs Ralf Zimmer, LMU Institut für Informatik, Lehrstuhl für Praktische

Mehr

Slide 3: How to translate must not and needn t with two sentences to illustrate this.

Slide 3: How to translate must not and needn t with two sentences to illustrate this. Teaching notes This resource is designed to revise the use of modal verbs in the present tense and includes a starter card sort, PowerPoint presentation and Word worksheet. Suggested starter activities

Mehr

Harry gefangen in der Zeit Begleitmaterialien

Harry gefangen in der Zeit Begleitmaterialien Episode 053 Grammar 1. The prepositions "bis" and "durch" to describe direction Prepositions connect words and groups of words together. They express the relation between living beings, things or contexts.

Mehr

Wechselpräpositionen (Two-Way Prepositions) an auf hinter in neben über unter vor zwischen

Wechselpräpositionen (Two-Way Prepositions) an auf hinter in neben über unter vor zwischen Wechselpräpositionen (Two-Way Prepositions) an auf hinter in neben über unter vor zwischen (at/beside) (on) (behind) (in) (next to/near) (over) (under) (in front) (between) These prepositions take either

Mehr

Satz Umstrukturierung für statistisch. Anna Schiffarth Dozentin: Miriam Kaeshammer Fortgeschrittene Methoden der statistisch maschinellen Übersetzung

Satz Umstrukturierung für statistisch. Anna Schiffarth Dozentin: Miriam Kaeshammer Fortgeschrittene Methoden der statistisch maschinellen Übersetzung Satz Umstrukturierung für statistisch maschinelle Übersetzung Anna Schiffarth Dozentin: Miriam Kaeshammer Fortgeschrittene Methoden der statistisch maschinellen Übersetzung Einführung Beschreibung einer

Mehr

German translation: technology

German translation: technology A. Starter Write the gender and the English translation for each word, using a dictionary if needed. Gender (der/die/das) German English Handy Computer Internet WLAN-Verbindung Nachricht Drucker Medien

Mehr

prorm Budget Planning promx GmbH Nordring Nuremberg

prorm Budget Planning promx GmbH Nordring Nuremberg prorm Budget Planning Budget Planning Business promx GmbH Nordring 100 909 Nuremberg E-Mail: support@promx.net Content WHAT IS THE prorm BUDGET PLANNING? prorm Budget Planning Overview THE ADVANTAGES OF

Mehr

Automatentheorie und formale Sprachen rechtslineare Grammatiken

Automatentheorie und formale Sprachen rechtslineare Grammatiken Automatentheorie und formale Sprachen rechtslineare Grammatiken Dozentin: Wiebke Petersen 17.6.2009 Wiebke Petersen Automatentheorie und formale Sprachen - SoSe09 1 Pumping lemma for regular languages

Mehr

Compiler. Kapitel. Syntaktische Analyse. Kapitel 4. Folie: 1. Syntaktische Analyse. Autor: Aho et al.

Compiler. Kapitel. Syntaktische Analyse. Kapitel 4. Folie: 1. Syntaktische Analyse. Autor: Aho et al. Folie: 1 Kapitel 4 Übersicht Übersicht Syntax: Definition 4 syn-tax: the way in which words are put together to form phrases, clauses, or sentences. Webster's Dictionary Die Syntax (griechisch σύνταξις

Mehr

Ein Stern in dunkler Nacht Die schoensten Weihnachtsgeschichten. Click here if your download doesn"t start automatically

Ein Stern in dunkler Nacht Die schoensten Weihnachtsgeschichten. Click here if your download doesnt start automatically Ein Stern in dunkler Nacht Die schoensten Weihnachtsgeschichten Click here if your download doesn"t start automatically Ein Stern in dunkler Nacht Die schoensten Weihnachtsgeschichten Ein Stern in dunkler

Mehr

Unit 6. Fuzzy Inference. Fuzzy Logic I 159

Unit 6. Fuzzy Inference. Fuzzy Logic I 159 Unit 6 Fuzzy Inference Fuzzy Logic I 159 Motivation Our ultimate goal is to be able to proceed IF-THEN rules involving vague linguistic expressions which are modeled by fuzzy sets. Question: What is still

Mehr

Final Exam. Friday June 4, 2008, 12:30, Magnus-HS

Final Exam. Friday June 4, 2008, 12:30, Magnus-HS Stochastic Processes Summer Semester 2008 Final Exam Friday June 4, 2008, 12:30, Magnus-HS Name: Matrikelnummer: Vorname: Studienrichtung: Whenever appropriate give short arguments for your results. In

Mehr

Materialien zu unseren Lehrwerken

Materialien zu unseren Lehrwerken Word order Word order is important in English. The word order for subjects, verbs and objects is normally fixed. The word order for adverbial and prepositional phrases is more flexible, but their position

Mehr

Chart-Parsing. bersicht. Ziel. Motivation: Bisher vorgestellte Verfahren sind nicht effizient Grundidee des Chart-Parsing Datenstruktur

Chart-Parsing. bersicht. Ziel. Motivation: Bisher vorgestellte Verfahren sind nicht effizient Grundidee des Chart-Parsing Datenstruktur Chart-Parsing bersicht Ziel Motivation: Bisher vorgestellte Verfahren sind nicht effizient Grundidee des Chart-Parsing Datenstruktur Knoten passive und aktive Kanten gepunktete Regeln (dotted rules) Fundamentalregel

Mehr

Was heißt Denken?: Vorlesung Wintersemester 1951/52. [Was bedeutet das alles?] (Reclams Universal-Bibliothek) (German Edition)

Was heißt Denken?: Vorlesung Wintersemester 1951/52. [Was bedeutet das alles?] (Reclams Universal-Bibliothek) (German Edition) Was heißt Denken?: Vorlesung Wintersemester 1951/52. [Was bedeutet das alles?] (Reclams Universal-Bibliothek) (German Edition) Martin Heidegger Click here if your download doesn"t start automatically Was

Mehr

Java Tools JDK. IDEs. Downloads. Eclipse. IntelliJ. NetBeans. Java SE 8 Java SE 8 Documentation

Java Tools JDK. IDEs.  Downloads. Eclipse. IntelliJ. NetBeans. Java SE 8 Java SE 8 Documentation Java Tools JDK http://www.oracle.com/technetwork/java/javase/ Downloads IDEs Java SE 8 Java SE 8 Documentation Eclipse http://www.eclipse.org IntelliJ http://www.jetbrains.com/idea/ NetBeans https://netbeans.org/

Mehr

Willkommen zur Vorlesung Komplexitätstheorie

Willkommen zur Vorlesung Komplexitätstheorie Willkommen zur Vorlesung Komplexitätstheorie WS 2011/2012 Friedhelm Meyer auf der Heide V11, 16.1.2012 1 Themen 1. Turingmaschinen Formalisierung der Begriffe berechenbar, entscheidbar, rekursiv aufzählbar

Mehr

1. General information... 2 2. Login... 2 3. Home... 3 4. Current applications... 3

1. General information... 2 2. Login... 2 3. Home... 3 4. Current applications... 3 User Manual for Marketing Authorisation and Lifecycle Management of Medicines Inhalt: User Manual for Marketing Authorisation and Lifecycle Management of Medicines... 1 1. General information... 2 2. Login...

Mehr

Automatentheorie und formale Sprachen Entscheidbarkeitsprobleme endliche Transduktoren Komplexität natürlicher Sprachen

Automatentheorie und formale Sprachen Entscheidbarkeitsprobleme endliche Transduktoren Komplexität natürlicher Sprachen Automatentheorie und formale Sprachen Entscheidbarkeitsprobleme endliche Transduktoren Komplexität natürlicher Sprachen Dozentin: Wiebke Petersen 15.7.2009 Wiebke Petersen Automatentheorie und formale

Mehr

Übung 2: Wie oft musst du das machen? Oft (often), manchmal (sometimes) oder nie (never)? Name: das Auto waschen

Übung 2: Wie oft musst du das machen? Oft (often), manchmal (sometimes) oder nie (never)? Name: das Auto waschen f e r n l e r n e n Deutsch I BLOCK Kapitel 9 Tutorstunde 9B Name: Übung 1: neue Vokabeln: was machst du zu Hause? Identify each chore in German, using the noun with definite article and appropriate verb,

Mehr

Killy Literaturlexikon: Autoren Und Werke Des Deutschsprachigen Kulturraumes 2., Vollstandig Uberarbeitete Auflage (German Edition)

Killy Literaturlexikon: Autoren Und Werke Des Deutschsprachigen Kulturraumes 2., Vollstandig Uberarbeitete Auflage (German Edition) Killy Literaturlexikon: Autoren Und Werke Des Deutschsprachigen Kulturraumes 2., Vollstandig Uberarbeitete Auflage (German Edition) Walther Killy Click here if your download doesn"t start automatically

Mehr

Self-Assessment German Second Year

Self-Assessment German Second Year Self-Assessment German Second Year Self-assessment for those considering enrolment into the German Second Year course at Professional and Continuing Education (PCE) In order to obtain a score reflective

Mehr

Harald Rees Grammatical Tenses - Usefully explained and shown with the help of Tenses-boy. Grammatical Tense. Reihe Fremdsprachen

Harald Rees Grammatical Tenses - Usefully explained and shown with the help of Tenses-boy. Grammatical Tense. Reihe Fremdsprachen Harald Rees s - Usefully explained and shown with the help of Tenses-boy Reihe Fremdsprachen Bestellnummer 07-007-154 About the writer Harald Rees, born in 1956, became first a machinist by trade. He studied

Mehr

August Macke 1887-1914 Abschied, 1914 Museum Ludwig, Köln

August Macke 1887-1914 Abschied, 1914 Museum Ludwig, Köln August Macke 1887-1914 Abschied, 1914 Museum Ludwig, Köln Ideas for the classroom 1. Introductory activity wer?, was?, wo?, wann?, warum? 2. Look at how people say farewell in German. 3. Look at how people

Mehr

Complexity in grammar

Complexity in grammar Complexity in grammar Formale Komplexitätsbegriffe Timm Lichte HHU Düsseldorf WS 2015/2016, 28.10.2015 SFB 991 Komplexität? Vielschichtigkeit, Schwierigkeit Effizienz, Ökonomie, Sparsamkeit Komplexitäten!

Mehr

Wie man heute die Liebe fürs Leben findet

Wie man heute die Liebe fürs Leben findet Wie man heute die Liebe fürs Leben findet Sherrie Schneider Ellen Fein Click here if your download doesn"t start automatically Wie man heute die Liebe fürs Leben findet Sherrie Schneider Ellen Fein Wie

Mehr

New avalanche forecasting products in Switzerland

New avalanche forecasting products in Switzerland New avalanche forecasting products in Switzerland Lukas Dürr, SLF Davos WSL-Institut für Schnee- und Lawinenforschung SLF 1 New Avalanche Bulletin This presentation offers ideas and facts on: how to make

Mehr

NLP Eigenschaften von Text

NLP Eigenschaften von Text NLP Eigenschaften von Text Dr. Andreas Hotho Dominik Benz Beate Krause Sommersemester 2008 Folie: 1 Übersicht Einführung Eigenschaften von Text Words I: Satzgrenzenerkennung, Tokenization, Kollokationen

Mehr

Preference Grammars and Soft Syntactic Constraints for GHKM Syntax-based SMT

Preference Grammars and Soft Syntactic Constraints for GHKM Syntax-based SMT Preference Grammars and oft yntactic Constraints for GHKM yntax-based MT Matthias Huck, Hieu Hoang, Philipp Koehn University of Edinburgh 25 Ocber 2014 Introduction Feature-based integration of syntactic

Mehr

Future plans. Exercise 1: Read the text below.

Future plans. Exercise 1: Read the text below. Exercise 1: Read the text below. Future plans Nächstes Jahr werde ich die Schule verlassen, weil ich die Schule hasse. Mit 18 werde ich einen Job finden. Ich möchte in einem Büro arbeiten, weil ich als

Mehr

Konkret - der Ratgeber: Die besten Tipps zu Internet, Handy und Co. (German Edition)

Konkret - der Ratgeber: Die besten Tipps zu Internet, Handy und Co. (German Edition) Konkret - der Ratgeber: Die besten Tipps zu Internet, Handy und Co. (German Edition) Kenny Lang, Marvin Wolf, Elke Weiss Click here if your download doesn"t start automatically Konkret - der Ratgeber:

Mehr

CALCULATING KPI QUANTITY-INDEPENDENT ROUTE TIME

CALCULATING KPI QUANTITY-INDEPENDENT ROUTE TIME CALCULATING KPI QUANTITY-INDEPENDENT ROUTE TIME Wenn Sie diesen Text lesen können, müssen Sie die Folie im Post-Menü mit der Funktion «Folie einfügen» erneut einfügen. Sonst kann die Fläche nicht eingefärbt

Mehr

Unterspezifikation in der Semantik Hole Semantics

Unterspezifikation in der Semantik Hole Semantics in der Semantik Hole Semantics Laura Heinrich-Heine-Universität Düsseldorf Wintersemester 2011/2012 Idee (1) Reyle s approach was developed for DRT. Hole Semantics extends this to any logic. Distinction

Mehr

VGM. VGM information. HAMBURG SÜD VGM WEB PORTAL USER GUIDE June 2016

VGM. VGM information. HAMBURG SÜD VGM WEB PORTAL USER GUIDE June 2016 Overview The Hamburg Süd VGM Web portal is an application that enables you to submit VGM information directly to Hamburg Süd via our e-portal Web page. You can choose to enter VGM information directly,

Mehr

Slot Grammar Eine Einführung

Slot Grammar Eine Einführung Slot Grammar Eine Einführung München, 4. Dez. 2002 Gerhard Rolletschek gerhard@cis.uni-muenchen.de 1 ! Entstehungskontext Übersicht! Elemente der Slot Grammar (Was ist ein Slot?)! Complement Slots vs.

Mehr

Exercise (Part XI) Anastasia Mochalova, Lehrstuhl für ABWL und Wirtschaftsinformatik, Kath. Universität Eichstätt-Ingolstadt 1

Exercise (Part XI) Anastasia Mochalova, Lehrstuhl für ABWL und Wirtschaftsinformatik, Kath. Universität Eichstätt-Ingolstadt 1 Exercise (Part XI) Notes: The exercise is based on Microsoft Dynamics CRM Online. For all screenshots: Copyright Microsoft Corporation. The sign ## is you personal number to be used in all exercises. All

Mehr

Harry gefangen in der Zeit Begleitmaterialien

Harry gefangen in der Zeit Begleitmaterialien Episode 011 Grammar 1. Plural forms of nouns Most nouns can be either singular or plural. The plural indicates that you're talking about several units of the same thing. Ist das Bett zu hart? Sind die

Mehr

Übungsblatt 6. Analysis 1, HS14

Übungsblatt 6. Analysis 1, HS14 Übungsblatt 6 Analysis, HS4 Ausgabe Donnerstag, 6. Oktober. Abgabe Donnerstag, 23. Oktober. Bitte Lösungen bis spätestens 7 Uhr in den Briefkasten des jeweiligen Übungsleiters am J- oder K-Geschoss von

Mehr

Part of Speech Tagging. Linguistische Sicht. Carolin Deck

Part of Speech Tagging. Linguistische Sicht. Carolin Deck Part of Speech Tagging Linguistische Sicht Carolin Deck Gliederung 1. Begriffsklärung 2. Vorstellung zwei wichtiger Tagsets (STTS & PTTS) 3. Bedeutung des POS-Tagging für die Sprachwissenschaft 4. Tagzuweisung

Mehr

Duell auf offener Straße: Wenn sich Hunde an der Leine aggressiv verhalten (Cadmos Hundebuch) (German Edition)

Duell auf offener Straße: Wenn sich Hunde an der Leine aggressiv verhalten (Cadmos Hundebuch) (German Edition) Duell auf offener Straße: Wenn sich Hunde an der Leine aggressiv verhalten (Cadmos Hundebuch) (German Edition) Nadine Matthews Click here if your download doesn"t start automatically Duell auf offener

Mehr

Unit 4. The Extension Principle. Fuzzy Logic I 123

Unit 4. The Extension Principle. Fuzzy Logic I 123 Unit 4 The Extension Principle Fuzzy Logic I 123 Images and Preimages of Functions Let f : X Y be a function and A be a subset of X. Then the image of A w.r.t. f is defined as follows: f(a) = {y Y there

Mehr

-Which word (lines 47-52) does tell us that Renia s host brother is a pleasant person?

-Which word (lines 47-52) does tell us that Renia s host brother is a pleasant person? Reading tasks passend zu: Open World 1 Unit 4 (student s book) Through a telescope (p. 26/27): -Renia s exchange trip: richtig falsch unkar? richtig falsch unklar: Renia hat sprachliche Verständnisprobleme.

Mehr

WAS IST DER KOMPARATIV: = The comparative

WAS IST DER KOMPARATIV: = The comparative DER KOMPATATIV VON ADJEKTIVEN UND ADVERBEN WAS IST DER KOMPARATIV: = The comparative Der Komparativ vergleicht zwei Sachen (durch ein Adjektiv oder ein Adverb) The comparative is exactly what it sounds

Mehr

Welcome to A Level German at The Bishop s Stortford High School! Below, you will find the bridging units which you must complete by the deadline.

Welcome to A Level German at The Bishop s Stortford High School! Below, you will find the bridging units which you must complete by the deadline. Welcome to A Level German at The Bishop s Stortford High School! Below, you will find the bridging units which you must complete by the deadline. 1. Reading comprehensions A & B 2. Listening 3. Grammar

Mehr

Max und Moritz: Eine Bubengeschichte in Sieben Streichen (German Edition)

Max und Moritz: Eine Bubengeschichte in Sieben Streichen (German Edition) Max und Moritz: Eine Bubengeschichte in Sieben Streichen (German Edition) Wilhelm Busch Click here if your download doesn"t start automatically Max und Moritz: Eine Bubengeschichte in Sieben Streichen

Mehr

Wenn Russland kein Gas mehr liefert

Wenn Russland kein Gas mehr liefert Ergänzen Sie die fehlenden Begriffe aus der Liste. abhängig Abhängigkeit bekommen betroffen bezahlen Gasspeicher Gasverbrauch gering hätte helfen importieren liefert 0:02 Pläne politischen Projekte Prozent

Mehr

Haslingden High School MFL Faculty

Haslingden High School MFL Faculty Haslingden High School MFL Faculty Year 8 Block C - German 1 st Language Einkaufen und Geld Set 4 Name: Form: German Teacher: Date Given: Date to Hand in: Target Level: Level achieved in Reading : Level

Mehr

Haslingden High School MFL Faculty

Haslingden High School MFL Faculty Haslingden High School MFL Faculty Year 8 Block C - German 1 st Language Einkaufen und Geld Name: Form: German Teacher: Date Given: Date to Hand in: Target Level: Level achieved in Reading : Level achieved

Mehr

Algorithms & Datastructures Midterm Test 1

Algorithms & Datastructures Midterm Test 1 Algorithms & Datastructures Midterm Test 1 Wolfgang Pausch Heiko Studt René Thiemann Tomas Vitvar

Mehr

Relative clauses in German

Relative clauses in German Grammar notes In English you can miss out the relative pronoun when translating from German, but in German it has to be there. Ich habe eine Schwester, die Louise heißt. = I have a sister called Louise.

Mehr

NEWSLETTER. FileDirector Version 2.5 Novelties. Filing system designer. Filing system in WinClient

NEWSLETTER. FileDirector Version 2.5 Novelties. Filing system designer. Filing system in WinClient Filing system designer FileDirector Version 2.5 Novelties FileDirector offers an easy way to design the filing system in WinClient. The filing system provides an Explorer-like structure in WinClient. The

Mehr

TomTom WEBFLEET Tachograph

TomTom WEBFLEET Tachograph TomTom WEBFLEET Tachograph Installation TG, 17.06.2013 Terms & Conditions Customers can sign-up for WEBFLEET Tachograph Management using the additional services form. Remote download Price: NAT: 9,90.-/EU:

Mehr

Präpositionen anwenden

Präpositionen anwenden Präpositionen anwenden Reading a newspaper Grammar & Structure Level A2 www.lingoda.com 1 Präpositionen anwenden Leitfaden/Outline Inhalt/Content Es gibt sehr viele Präpositionen im Deutschen. Man kann

Mehr

Finite Difference Method (FDM)

Finite Difference Method (FDM) Finite Difference Method (FDM) home/lehre/vl-mhs-1-e/folien/vorlesung/2a_fdm/cover_sheet.tex page 1 of 15. p.1/15 Table of contents 1. Problem 2. Governing Equation 3. Finite Difference-Approximation 4.

Mehr

12. LA- und PS-Hierarchien im Vergleich

12. LA- und PS-Hierarchien im Vergleich Kapitel 12: LA- und PS-Hierarchien im Vergleich 210 12 LA- und PS-Hierarchien im Vergleich 121 Sprachklassen der LA- und PS-Grammatik 1211 Komplexitätsklassen der LA- und PS-Hierarchie LA-Grammatik PS-Grammatik

Mehr

Computer-gestützter Entwurf von absatzweise arbeitenden chemischen Mehrproduktanlagen

Computer-gestützter Entwurf von absatzweise arbeitenden chemischen Mehrproduktanlagen Research Collection Doctoral Thesis Computer-gestützter Entwurf von absatzweise arbeitenden chemischen Mehrproduktanlagen Author(s): Klossner, Jürg Publication Date: 1985 Permanent Link: https://doi.org/10.3929/ethz-a-000342601

Mehr

Harry gefangen in der Zeit Begleitmaterialien

Harry gefangen in der Zeit Begleitmaterialien Folge 029 Grammatik 1. The pronoun "es" (review) "es" is a pronoun that usually substitutes a neuter noun. Example: Ist das Bett zu hart? - Nein, es ist nicht zu hart. (es = it das Bett = the bed) But:

Mehr

Level 2 German, 2015

Level 2 German, 2015 91126 911260 2SUPERVISOR S Level 2 German, 2015 91126 Demonstrate understanding of a variety of written and / or visual German text(s) on familiar matters 2.00 p.m. Friday 4 December 2015 Credits: Five

Mehr

VGM. VGM information. HAMBURG SÜD VGM WEB PORTAL - USER GUIDE June 2016

VGM. VGM information. HAMBURG SÜD VGM WEB PORTAL - USER GUIDE June 2016 Overview The Hamburg Süd VGM-Portal is an application which enables to submit VGM information directly to Hamburg Süd via our e-portal web page. You can choose to insert VGM information directly, or download

Mehr

Bayesian Networks. Syntax Semantics Parametrized Distributions Inference in Bayesian Networks. Exact Inference. Approximate Inference

Bayesian Networks. Syntax Semantics Parametrized Distributions Inference in Bayesian Networks. Exact Inference. Approximate Inference Syntax Semantics Parametrized Distributions Inference in Exact Inference Approximate Inference enumeration variable elimination stochastic simulation Markov Chain Monte Carlo (MCMC) 1 Includes many slides

Mehr

Can I use an older device with a new GSD file? It is always the best to use the latest GSD file since this is downward compatible to older versions.

Can I use an older device with a new GSD file? It is always the best to use the latest GSD file since this is downward compatible to older versions. EUCHNER GmbH + Co. KG Postfach 10 01 52 D-70745 Leinfelden-Echterdingen MGB PROFINET You will require the corresponding GSD file in GSDML format in order to integrate the MGB system: GSDML-Vx.x-EUCHNER-MGB_xxxxxx-YYYYMMDD.xml

Mehr

APPENDICES, VOCABULARY, INDEX

APPENDICES, VOCABULARY, INDEX APPENDICES, VOCABULARY, INDEX 33490_31_appA_p287-291.indd 287 12/27/07 6:49:41 PM The German Case System APPENDIX A German uses a signal called case to identify the function of nouns and s within a sentence.

Mehr

Unit 1. Motivation and Basics of Classical Logic. Fuzzy Logic I 6

Unit 1. Motivation and Basics of Classical Logic. Fuzzy Logic I 6 Unit 1 Motivation and Basics of Classical Logic Fuzzy Logic I 6 Motivation In our everyday life, we use vague, qualitative, imprecise linguistic terms like small, hot, around two o clock Even very complex

Mehr

VORSCHAU. Gesund und krank 39 Die Familie 11. Sport 41 Fragen und Antworten 13. Wohnen 43 Jemand beschreiben 15. Unser Haus 45 Essen 17

VORSCHAU. Gesund und krank 39 Die Familie 11. Sport 41 Fragen und Antworten 13. Wohnen 43 Jemand beschreiben 15. Unser Haus 45 Essen 17 Inhalt 3 Our tips 4 Fragen 5 Kontakte 7 Name und Vorname 9 Gesund und krank 39 Die Familie 11 Sport 41 Fragen und Antworten 13 Wohnen 43 Jemand beschreiben 15 Unser Haus 45 Essen 17 Mein Zimmer 47 Essen

Mehr

Where are we now? The administration building M 3. Voransicht

Where are we now? The administration building M 3. Voransicht Let me show you around 9 von 26 Where are we now? The administration building M 3 12 von 26 Let me show you around Presenting your company 2 I M 5 Prepositions of place and movement There are many prepositions

Mehr

Level 2 German, 2016

Level 2 German, 2016 91126 911260 2SUPERVISOR S Level 2 German, 2016 91126 Demonstrate understanding of a variety of written and / or visual German texts on familiar matters 2.00 p.m. Tuesday 29 November 2016 Credits: Five

Mehr

Spezielle Themen der KI. NLP Natural Language Processing Parsing

Spezielle Themen der KI. NLP Natural Language Processing Parsing Spezielle Themen der KI NLP Natural Language Processing Parsing Parsing Strategien top-down: Ausgehend von S Hypothesenbildung und Verifikation anhand der Grammatikregeln Ersetzung nicht-terminaler Symbole

Mehr

Ab 40 reif für den Traumjob!: Selbstbewusstseins- Training Für Frauen, Die Es Noch Mal Wissen Wollen (German Edition)

Ab 40 reif für den Traumjob!: Selbstbewusstseins- Training Für Frauen, Die Es Noch Mal Wissen Wollen (German Edition) Ab 40 reif für den Traumjob!: Selbstbewusstseins- Training Für Frauen, Die Es Noch Mal Wissen Wollen (German Edition) Anja Kolberg Click here if your download doesn"t start automatically Ab 40 reif für

Mehr

Geometrie und Bedeutung: Kap 5

Geometrie und Bedeutung: Kap 5 : Kap 5 21. November 2011 Übersicht Der Begriff des Vektors Ähnlichkeits Distanzfunktionen für Vektoren Skalarprodukt Eukidische Distanz im R n What are vectors I Domininic: Maryl: Dollar Po Euro Yen 6

Mehr

Automatentheorie und formale Sprachen endliche Automaten

Automatentheorie und formale Sprachen endliche Automaten Automatentheorie und formale Sprachen endliche Automaten Dozentin: Wiebke Petersen 13.5.2009 Wiebke Petersen Automatentheorie und formale Sprachen - SoSe09 1 What we know so far about formal languages

Mehr

CLab. Web-basiertes virtuelles Laboratorium zur Computerlinguistik LERNEINHEIT. Chunk Parsing. Universität Zürich. Institut für Computerlinguistik

CLab. Web-basiertes virtuelles Laboratorium zur Computerlinguistik LERNEINHEIT. Chunk Parsing. Universität Zürich. Institut für Computerlinguistik CLab Web-basiertes virtuelles Laboratorium zur Computerlinguistik LERNEINHEIT Chunk Parsing Universität Zürich Institut für Computerlinguistik Prof. Dr. Michael Hess 1. Voraussetzungen 2 Sie sollten wissen,

Mehr