Skip to content

A generator for sentences using Minimalist grammar and the lambda calculus

Notifications You must be signed in to change notification settings

FancyOink/SemanticGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 

Repository files navigation

semantic generator using Minimalist grammar and predicate logical expressions

use the generate(LogicExp,Sentance,Lambda,Tree) to generate expressions given a fitting input expression

LogicExp = any predicate logical expression, constructable by a given lexicon

Sentace = the generated sentance/word

Lambda = the logical expression generated; should be identical to LogicExp

Tree = the derivation tree construction during generation


the lexion-files are in the folder 'grammars'

the lexicon used for generation can be changed in the load.pl file


ltree.tex is a latex file that generates a pdf showing the last succesfully generated derivation tree

About

A generator for sentences using Minimalist grammar and the lambda calculus

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published