Skip to content

Commit

Permalink
Update OpenIECli.scala
Browse files Browse the repository at this point in the history
Added a print info for console users.
  • Loading branch information
bhadramani committed Dec 16, 2014
1 parent 4138063 commit 5228f99
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/scala/edu/knowitall/openie/OpenIECli.scala
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,11 @@ object OpenIECli extends App {
def run(config: Config) {
// the extractor system
val openie = new OpenIE(parser=config.createParser(), srl=config.createSrl())


println("* * * * * * * * * * * * *")
println("* OpenIE 4.1.x is ready *")
println("* * * * * * * * * * * * *")

// a sentencer used if --split is specified
lazy val sentencer = new OpenNlpSentencer

Expand Down

0 comments on commit 5228f99

Please sign in to comment.