Stochastic grammar

{{Linguistics|Grammar}}

A stochastic grammar (statistical grammar) is a grammar framework with a probabilistic notion of grammaticality:

  • Stochastic context-free grammar
  • Statistical parsing
  • Data-oriented parsing
  • Hidden Markov model (or stochastic regular grammar{{Cite book |last1=Carrasco |first1=Rafael C. |last2=Oncina |first2=Jose |date=1994 |editor-last=Carrasco |editor-first=Rafael C. |editor2-last=Oncina |editor2-first=Jose |chapter=Learning stochastic regular grammars by means of a state merging method |chapter-url=https://link.springer.com/chapter/10.1007/3-540-58473-0_144 |title=Grammatical Inference and Applications |series=Lecture Notes in Computer Science |volume=862 |language=en |location=Berlin, Heidelberg |publisher=Springer |pages=139–152 |doi=10.1007/3-540-58473-0_144 |isbn=978-3-540-48985-6}})
  • Estimation theory

The grammar is realized as a language model. Allowed sentences are stored in a database together with the frequency how common a sentence is.{{cite book|author1=Steve Young|author2=Gerrit Bloothooft|title=Corpus-Based Methods in Language and Speech Processing|url=https://books.google.com/books?id=F8vcBQAAQBAJ&pg=PA140|date=14 March 2013|publisher=Springer Science & Business Media|isbn=978-94-017-1183-8|pages=140–}} Statistical natural language processing uses stochastic, probabilistic and statistical methods, especially to resolve difficulties that arise because longer sentences are highly ambiguous when processed with realistic grammars, yielding thousands or millions of possible analyses. Methods for disambiguation often involve the use of corpora and Markov models. "A probabilistic model consists of a non-probabilistic model plus some numerical quantities; it is not true that probabilistic models are inherently simpler or less structural than non-probabilistic models."John Goldsmith. 2002. "[https://www.researchgate.net/profile/John_Goldsmith/publication/255057469_Probabilistic_Models_of_Grammar_Phonology_as_Information_Minimization/links/543fb7070cf2be1758cf470d.pdf Probabilistic Models of Grammar: Phonology as Information Minimization]." Phonological Studies #5: 21–46.

Examples

A probabilistic method for rhyme detection is implemented by Hirjee & Brown{{Cite journal|last1 = Hirjee|first1 = Hussein|last2 = Brown|first2 = Daniel|date = 2013|title = Using Automated Rhyme Detection to Characterize Rhyming Style in Rap Music|url = http://ismir2009.ismir.net/proceedings/OS8-1.pdf|journal=Empirical Musicology Review}} in their study in 2013 to find internal and imperfect rhyme pairs in rap lyrics. The concept is adapted from a sequence alignment technique using BLOSUM (BLOcks SUbstitution Matrix). They were able to detect rhymes undetectable by non-probabilistic models.

See also

References

Further reading

  • Christopher D. Manning, Hinrich Schütze: Foundations of Statistical Natural Language Processing, MIT Press (1999), {{ISBN|978-0-262-13360-9}}.
  • Stefan Wermter, Ellen Riloff, Gabriele Scheler (eds.): Connectionist, Statistical and Symbolic Approaches to Learning for Natural Language Processing, Springer (1996), {{ISBN|978-3-540-60925-4}}.
  • Pirani, Giancarlo, ed. Advanced algorithms and architectures for speech understanding. Vol. 1. Springer Science & Business Media, 2013.

Category:Grammar frameworks

Category:Probabilistic models

{{grammar-stub}}