bin/constituent-parser-nl in opener-constituent-parser-nl-0.1.1 vs bin/constituent-parser-nl in opener-constituent-parser-nl-1.0.0
- old
+ new
@@ -8,8 +8,7 @@
else
input = STDIN.read
end
kernel = Opener::ConstituentParsers::NL.new(:args => ARGV)
-stdout, stderr, process = kernel.run(input)
-puts stdout
+puts kernel.run(input)