Difference between revisions of "Applications and libraries/Linguistics"

From HaskellWiki
Jump to navigation Jump to search
(Adding pages ,,Grammatical Framework'' and ,,Functional Morphology'')
(Adding another link from Aarne Ranta's homepage: among others, online course slides)
Line 51: Line 51:
 
== Other functional or Haskell-related approaches to linguistics ==
 
== Other functional or Haskell-related approaches to linguistics ==
   
* [http://www.cs.chalmers.se/~aarne/GF/index.html Grammatical Framework]
+
* From [http://www.cs.chalmers.se/~aarne/ Aarne Ranta's homepage]
  +
** [http://www.cs.chalmers.se/~aarne/GF/index.html Grammatical Framework]
  +
** [http://www.cs.chalmers.se/~aarne/course-langtech/ Natural Language Technology], with (among others) [http://www.cs.chalmers.se/~aarne/course-langtech/lectures/lectures.html online course slides]
 
* [http://www.cs.chalmers.se/~markus/FM/index.html Functional Morphology]
 
* [http://www.cs.chalmers.se/~markus/FM/index.html Functional Morphology]
   

Revision as of 20:19, 11 May 2006

Portals and other huge resorces

Peter Ljunglöf's many publications on natural language processing, parsing, formal semantics. Many of them uses Haskell, and there are downloadable Haskell sources too.

Jan van Eijck's page contains a huge amount of materials on logic and language:

  • computational linguistics
  • logics (e.g. dynamic epistemic modelling)

There are many Haskell resources, too.

Natural language processing and combinatory logic

Applicative universal grammars

Categorial grammars

A general summary of modern semantic theories developed in the century is provided by Logical Aspects of Computational Linguistics: an introduction.

Gary Hardegree's portal-rich page provides a lot of materials on logic and linguistics, among them

The Combinatory Categorial Grammar Site contains links, papers (both introductory and developed) and software (OpenNLP open source projects, related to natural language processing, and OpenCCG)

On natural languages relating to combinatory logic, see also

Game theoretic semantics

Game theoretic semantics presents an interesting concept of truth -- in another way than that of Tarski. Its connections to computer science and computer languages is described in Wikipedia's Game semantics article. Merlijn Sevenster's Game theoretical semantics and -logic is a good introductory material too.

Chiaki Ohkura's The Semantics of Metaphor in the Game Theoretic Semantics with at Least Two Coordination Equilibria article tries to catch the concept of metaphor.

Relatedness to linear logic

The Wikipedia article mentions also the relatedness of game theoretic semantics to linear logic. Philip Wadler's page on linear logic describes the topic and its relatedness to many concepts concerning Haskell. A taste of linear logic can serve as an introductory article.

Parsing natural languages

Gordon J. Pace: Monadic Compositional Parsing with Context Using Maltese as a Case Study, see its context too.

Other functional or Haskell-related approaches to linguistics