From 24af190e475dbc2ab16beedbd7b8e9ec58984db6 Mon Sep 17 00:00:00 2001 From: mt3 Date: Sun, 21 Mar 2010 09:13:34 -0700 Subject: Add formula for the Stanford Parser Signed-off-by: Adam Vandenberg * Install privately to libexec * Link .csh scripts into bin * Includes a smoke test --- Library/Formula/stanford-parser.rb | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Library/Formula/stanford-parser.rb (limited to 'Library/Formula') diff --git a/Library/Formula/stanford-parser.rb b/Library/Formula/stanford-parser.rb new file mode 100644 index 000000000..6059f69ad --- /dev/null +++ b/Library/Formula/stanford-parser.rb @@ -0,0 +1,27 @@ +require 'formula' + +class StanfordParser