Drag nodes to reorient graph | Click nodes to inspect parameters
Compositional Natural Language AST Compiler
Expression: "Alice knows that it is 3:00 PM" compiled into Type-Driven Lambda Calculus:
S : t (Truth Value = 0)
NP : e
Alice
Alice
VP : <e, t>
$\lambda x. \text{Knows}(x, p)$
$\lambda x. \text{Knows}(x, p)$
CP : t
It is 3:00 PM
It is 3:00 PM