odomanov / ttsemantics

Type-theoretical explication of semantic phenomena

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TT Semantics

Various experiments in computer-oriented natural language semantics. They comprise attempts to formalize various language phenomena in computer languages such as Agda, Coq, Racket — in any case along the lines of type-theoretical semantics (A.Ranta, Z.Luo, and others).

Agda

  • MontagueTT — Montague-like type-theoretical natural language semantics.
  • Contexts — Contexts in natural language semantics. Records and modules.
  • IntensionalLogic — Monads in intensional logic.
  • FuzzyTT — A variant of P.Martin-Löf ’s intuitionistic type theory with fuzzy type membership.
  • Experiments — Various experiments.

Coq

  • Edelberg.vCoq formalization of illustrative cases from 'W.Edelberg, A Perspectivalist Semantics for the Attitudes (1995)'.
  • Edelberg-counterpart.vCoq formalization of illustrative cases from 'W.Edelberg, A Perspectivalist Semantics for the Attitudes (1995)' using Counterpart relation.
  • Ralph.vCoq formalization of Quine's sentence 'Ralph belives that someone is a spy' using Record types.
  • Ralph-counterpart.vCoq formalization of Quine's sentence 'Ralph belives that someone is a spy' using Record types and Counterpart relation.
  • Ralph-classes.vCoq formalization of Quine's sentence 'Ralph belives that someone is a spy' using typeclasses. Simple try, in fact contradictory.

About

Type-theoretical explication of semantic phenomena


Languages

Language:Agda 67.1%Language:Coq 21.8%Language:TeX 5.8%Language:Racket 5.3%Language:Shell 0.0%