We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
To compile this project, you will need sbt installed.
To create an executable package with all dependencies, run:
sbt stage
After successful run, the package will be created in target/universal/stage.
target/universal/stage
To run the application, execute bin/selectivesearch (or bin/selectivesearch.bat on Windows), e.g.:
bin/selectivesearch
bin/selectivesearch.bat
./bin/selectivesearch bucketize [basename]
To see available commands, read documentation.
You can use this project as dependency by publishing it to a local Ivy or Maven repository:
sbt publish-local # Ivy sbt publishM2 # Maven
Then, you can import to your project using sbt:
libraryDependencies += "edu.nyu.tandon" %% "selectivesearch" % "1.0"
or Maven:
<dependency> <groupId>edu.nyu.tandon</groupId> <artifactId>selectivesearch</artifactId> <version>1.0</version> </dependency>
Contents