Difference between revisions of "Libraries and tools/Linguistics/Applicative universal grammar"

From HaskellWiki
Jump to navigation Jump to search
(Having moved the mentioned section (Libraries and tools/Linguistics#Applicative universal grammar) here, thus creating this page)
 
(Meta: Adding table-of-contents and categorising under Category:Theoretical foundations...)
Line 1: Line 1:
  +
__TOC__
  +
 
* A Haskell application for natural language parsing, based on ''Applicative Universal Grammar'' (AUG) is described in Mark P. Jones', Paul Hudak's and Sebastian Shaumyan's [http://citeseer.ist.psu.edu/jones95using.html Using Types to Parse Natural Language]. The Haskell source code given by the article is full, it can be run by Gofer, and after a few modification, by GHC too (''transpose'' must be explictly imported from standard library module ''Data.List'', and class ''Text'' renamed to ''Show'').
 
* A Haskell application for natural language parsing, based on ''Applicative Universal Grammar'' (AUG) is described in Mark P. Jones', Paul Hudak's and Sebastian Shaumyan's [http://citeseer.ist.psu.edu/jones95using.html Using Types to Parse Natural Language]. The Haskell source code given by the article is full, it can be run by Gofer, and after a few modification, by GHC too (''transpose'' must be explictly imported from standard library module ''Data.List'', and class ''Text'' renamed to ''Show'').
 
* A more detailed description of the topic of this previous article described in Sebastian Shaumyan and Paul Hudak's [http://citeseer.ist.psu.edu/510871.html Linguistic, Philosophical, and Pragmatic Aspects of Type-Directed Natural Language Parsing]
 
* A more detailed description of the topic of this previous article described in Sebastian Shaumyan and Paul Hudak's [http://citeseer.ist.psu.edu/510871.html Linguistic, Philosophical, and Pragmatic Aspects of Type-Directed Natural Language Parsing]
Line 5: Line 7:
 
** combinatory categorial grammar
 
** combinatory categorial grammar
 
** applicative universal grammar
 
** applicative universal grammar
  +
  +
[[Category:Theoretical foundations]]

Revision as of 23:28, 17 July 2006