Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
Add main class for Breeze SimpleEngishTokenizer.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmmd committed Oct 29, 2013
1 parent aa66360 commit 236f264
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/Build.scala
Expand Up @@ -294,6 +294,7 @@ object NlpToolsBuild extends Build {
settings = buildSettings ++ Seq(
licenses := Seq(apache2),
libraryDependencies ++= Seq(clear, breezeProcess))
mainClass in assembly := Some("edu.knowitall.tool.tokenize.SimpleEnglishTokenizer"))
) dependsOn(core)

lazy val breezeSentence = Project(
Expand Down

0 comments on commit 236f264

Please sign in to comment.