Difference between revisions of "A.I. Natural Language Processing 1.1"
From Hackerspace.gr
(5 intermediate revisions by 3 users not shown) | |||
Line 12: | Line 12: | ||
|country=Greece | |country=Greece | ||
}} | }} | ||
+ | |||
+ | |||
+ | *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" | ||
+ | *http://2.bp.blogspot.com/-5O4JvmXUc7g/UFmvpjND-gI/AAAAAAAAADY/GK5FdRbO6VY/s1600/image006.gif | ||
+ | **Rules & Symbols | ||
+ | ***Terminals | ||
+ | ***Non-Terminals | ||
+ | **Parsers | ||
+ | *[[Media:NLP_Tools.pdf | Presentation]] by Panagiotis | ||
+ | **Syntactic Parsers | ||
+ | **POS-Taggers | ||
+ | **Named-Entity Recognizers | ||
+ | **Lexical Resources | ||
+ | **Language Modeling | ||
+ | **Sentiment Analysis | ||
+ | **Natural Language Generation | ||
+ | **General NLP Libraries |
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