Difference between revisions of "A.I. Natural Language Processing 1.1"
From Hackerspace.gr
Line 16: | Line 16: | ||
*Presentation by Timos | *Presentation by Timos | ||
**Automata | **Automata | ||
− | ***Deterministic Finite Automata(DFA) -> Used to recognise "Regular Grammars" | + | ***Deterministic Finite Automata(DFA) -> Used to recognise "Regular Grammars" |
***Push Down Automata(PDA) -> Used to recognise "Context-free Grammars" | ***Push Down Automata(PDA) -> Used to recognise "Context-free Grammars" | ||
***Linear Bounded Automata(LBA) -> Used to recognise "Context-sensitive Grammars" | ***Linear Bounded Automata(LBA) -> Used to recognise "Context-sensitive Grammars" |
Latest revision as of 13:27, 20 June 2013
Starts | Organizer | |
---|---|---|
Fri 14 Jun 2013 19:00 | Everyone interested | |
Ends | Event Owner | |
Fri 14 Jun 2013 21:00 | User:Ododos |
Let the skynet begin
- Presentation by Timos
- Automata
- Deterministic Finite Automata(DFA) -> Used to recognise "Regular Grammars"
- Push Down Automata(PDA) -> Used to recognise "Context-free Grammars"
- Linear Bounded Automata(LBA) -> Used to recognise "Context-sensitive Grammars"
- Turing Machine(TM) -> Used to recognise "Recursively Enumerable"
- Automata
-
- Rules & Symbols
- Terminals
- Non-Terminals
- Parsers
- Rules & Symbols
- Presentation by Panagiotis
- Syntactic Parsers
- POS-Taggers
- Named-Entity Recognizers
- Lexical Resources
- Language Modeling
- Sentiment Analysis
- Natural Language Generation
- General NLP Libraries