link-grammar

Natural language parser using link grammar theory from CMU

brewmacoslinux
Try with needOr install directly
Source

About

Carnegie Mellon University's link grammar parser

Commands

link-parser

Examples

Parse a simple English sentence interactively$ link-parser
Parse a sentence and display detailed linkage analysis$ echo 'The cat sat on the mat.' | link-parser
Parse with specific options like showing only valid parses$ link-parser -constituents < input.txt