sentence level text analysis
play

Sentence Level Text Analysis Vojtch Kov Natural Language Processing - PowerPoint PPT Presentation

Sentence Level Text Analysis Vojtch Kov Natural Language Processing Centre Faculty of Informatics, Masaryk University Botanick 68a, 602 00 Brno xkovar3@fi.muni.cz Workshop of the Natural Language Processing Centre 28 May 2013


  1. Sentence Level Text Analysis Vojtěch Kovář Natural Language Processing Centre Faculty of Informatics, Masaryk University Botanická 68a, 602 00 Brno xkovar3@fi.muni.cz Workshop of the Natural Language Processing Centre 28 May 2013 Vojtěch Kovář NLP Centre FI MU Brno Sentence Level Text Analysis

  2. Simon spoke about sex with Britney Spears Vojtěch Kovář NLP Centre FI MU Brno Sentence Level Text Analysis

  3. Zkolaboval katastr nem ovitostí , lidé m usejí přespávatv parcích Zkolaboval katastr nemovitostí kdo/co katastr nemovitostí přísudek Zkolaboval lidé musejí přespávatv parcích kde v parcích kdo/co lidé přísudek musejí přespávat zdroj: www.infobaden.cz Vojtěch Kovář NLP Centre FI MU Brno Sentence Level Text Analysis

  4. Sentence level (syntactic) analysis Natural language syntax describes relationships among words Automatic syntactic analysis revealing inter-word relationships on various levels detection of noun (prepositional, verb, ...) phrases, clauses finding relationships (dependencies) among the units | Simon | spoke | about sex | with Britney Spears | | Simon | spoke | about sex with Britney Spears | Vojtěch Kovář NLP Centre FI MU Brno Sentence Level Text Analysis

  5. <PP> <NP> <PREP> <N> <PREP> <V> <N> <NP> Simon <PP> <N> <VP> <SENTENCE> Spears Britney with sex about spoke <N> Syntactic trees Vojtěch Kovář NLP Centre FI MU Brno Sentence Level Text Analysis

  6. <PP> <PP> <PREP> <N> <PREP> <V> <N> <NP> Simon <VP> <N> <SENTENCE> Spears Britney with sex about spoke <N> Syntactic trees Vojtěch Kovář NLP Centre FI MU Brno Sentence Level Text Analysis

  7. Simonsubject spoke aboutpp sexprep-object withpp Britneyprep-object Spearsattr Syntactic trees Vojtěch Kovář NLP Centre FI MU Brno Sentence Level Text Analysis

  8. Simonsubject spoke aboutpp sexprep-object withpp Britneyprep-object Spearsattr Syntactic trees Vojtěch Kovář NLP Centre FI MU Brno Sentence Level Text Analysis

  9. Why are we doing this? Syntactic units are carriers of meaning “in the city” meaning of “in”, “the” is unclear, complicated meaning of “in the city” is simply where Words are sometimes not enough red brick house vs. brick house red vs. red house brick Honey, give me love vs. Love, give me honey Starting point for intelligent natural language applications extraction of facts & question answering logical analysis punctuation detection & grammar checking natural text generation authorship detection machine translation Vojtěch Kovář NLP Centre FI MU Brno Sentence Level Text Analysis

  10. Example: Extraction of facts Zkolaboval katastr nem ovitostí , lidé m usejí přespávatv parcích Zkolaboval katastr nemovitostí text kdo/co katastr nemovitostí syntactic analysis přísudek Zkolaboval lidé musejí přespávatv parcích clauses, phrases kde v parcích phrase classification kdo/co lidé přísudek musejí přespávat facts zdroj: www.infobaden.cz Vojtěch Kovář NLP Centre FI MU Brno Sentence Level Text Analysis

  11. statický <SENTENCE> <ADJ> <V> <N> <ADJ> <ADJ> <NP> <VP> Žádný mobilní agent není Example: Logical analysis Žádný mobilní agent není statický . text syntactic analysis trees tree conversion formulae ¬∃ x ( mobilni ( x ) ∧ agent ( x ) ∧ staticky ( x )) λw 1 λt 2 [ Not , [ True w 1 t 2 ,λw 3 λt 4 (∃i 5 ) ( [ statický w 3 t 4 i 5 ] [ [ mobilní , agent ] w 3 t 4 ,i 5 ] ) ] ] ...π ∧ Vojtěch Kovář NLP Centre FI MU Brno Sentence Level Text Analysis

  12. Example: Grammar checking Let’s eat grandma! syntactic analysis detection of non-probable constructions → grandma is not a usual object of eating → correction suggestion Let’s eat, grandma! life saved :) Similarly with other grammar phenomena “This is worth try” → “This is worth trying” Vojtěch Kovář NLP Centre FI MU Brno Sentence Level Text Analysis

  13. How to analyze natural language syntax? Prerequisites word level analysis (part of speech, gender, number) named entity recognition lexical semantic information (e.g. “pregnant” goes with women only) Named entity recognition determine that e.g. “prof. Václav Šplíchal” is a person can be viewed as a sub-task of syntactic analysis Vojtěch Kovář NLP Centre FI MU Brno Sentence Level Text Analysis

  14. How to analyze natural language syntax? Statistical methods people annotate corpus statistic methods learn rules from the corpus universal across languages (to some extent) annotation is expensive hard to customize for different applications data are usually not big enough Rule-based methods specialists develop a set of rules (“grammar”) not universal, depends on specialists grammar can become uneasy to maintain easy to customize for different applications Hybrids Vojtěch Kovář NLP Centre FI MU Brno Sentence Level Text Analysis

  15. Syntactic analysers in the NLP Centre Synt C++, fast (0.07 s/sentence) based on a large meta-grammar SET Python, slower but easily adaptable based on a set of patterns Both rule-based backbone with statistical extensions grammars for Czech, English and Slovak accuracy 85 – 90 % on journal texts Word Sketches very fast shallow syntax for large corpora 31 languages See you in demo :) Vojtěch Kovář NLP Centre FI MU Brno Sentence Level Text Analysis

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend