Skip to content

Torres9/nlp-score

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

███╗   ██╗██╗     ██████╗       ███████╗ ██████╗ ██████╗ ██████╗ ███████╗
████╗  ██║██║     ██╔══██╗      ██╔════╝██╔════╝██╔═══██╗██╔══██╗██╔════╝
██╔██╗ ██║██║     ██████╔╝█████╗███████╗██║     ██║   ██║██████╔╝█████╗
██║╚██╗██║██║     ██╔═══╝ ╚════╝╚════██║██║     ██║   ██║██╔══██╗██╔══╝
██║ ╚████║███████╗██║           ███████║╚██████╗╚██████╔╝██║  ██║███████╗
╚═╝  ╚═══╝╚══════╝╚═╝           ╚══════╝ ╚═════╝ ╚═════╝ ╚═╝  ╚═╝╚══════╝

An automation tool to get dev score for CMPT413 assignments


Quickstart

Requirements

The following software components are required to be pre-installed in order to develop for this project:

Installing Dependencies

Here is one method of installing all the necessary dependencies on a Mac via Homebrew:

$ brew update
$ brew install maven

# test #
$ mvn -v

Build a release

$ cd /path/to/nlp-score
$ mvn clean package

Run the code

$ cd /path/to/nlp-score
$ mvn clean package
$ java -cp target/score-0.0.1-SNAPSHOT-jar-with-dependencies.jar com.lindt.Score <gmail-account> <gmail-passwd> <absolute-path-to-upload-file>

OR (maven doesn't need to be installed)

$ wget https://s3.amazonaws.com/release_package/score-0.0.1-SNAPSHOT-jar-with-dependencies.jar
$ java -cp score-0.0.1-SNAPSHOT-jar-with-dependencies.jar com.lindt.Score <gmail-account> <gmail-passwd> <absolute-path-to-upload-file>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages