Navigation Menu

Skip to content

Commit

Permalink
oops forgot version bump. lets make 0.3.2, then...
Browse files Browse the repository at this point in the history
  • Loading branch information
brendano committed Oct 28, 2012
1 parent 69d09cf commit a90653b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ark-tweet-nlp/pom.xml
Expand Up @@ -4,7 +4,7 @@
<groupId>edu.cmu.cs</groupId>
<artifactId>ark-tweet-nlp</artifactId>
<packaging>jar</packaging>
<version>0.3.1</version>
<version>0.3.2</version>
<name>CMU ARK TweetNLP: Twitter POS tagger</name>
<url>http://www.ark.cs.cmu.edu/TweetNLP/</url>
<properties>
Expand Down
2 changes: 1 addition & 1 deletion runTagger.sh
Expand Up @@ -2,4 +2,4 @@
set -eu

# Run the tagger (and tokenizer).
java -XX:ParallelGCThreads=2 -Xmx500m -jar $(dirname $0)/ark-tweet-nlp-0.3.jar "$@"
java -XX:ParallelGCThreads=2 -Xmx500m -jar $(dirname $0)/ark-tweet-nlp-0.3.2.jar "$@"
3 changes: 2 additions & 1 deletion scripts/prepare_release.sh
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION=0.3.1
VERSION=0.3.2
DIR=release/ark-tweet-nlp-$VERSION

set -eux
Expand Down Expand Up @@ -31,3 +31,4 @@ d=$(basename $DIR)
# (cd $(dirname $DIR) && zip -r $d.zip $d)
(cd $(dirname $DIR) && tar czf $d.tgz $d)

cd $DIR && scripts/simple_tests.sh
2 changes: 1 addition & 1 deletion twokenize.sh
Expand Up @@ -3,4 +3,4 @@
# Only run the tokenizer.

set -eu
java -XX:ParallelGCThreads=2 -Xmx100m -jar $(dirname $0)/ark-tweet-nlp-0.3.jar --just-tokenize "$@"
java -XX:ParallelGCThreads=2 -Xmx100m -jar $(dirname $0)/ark-tweet-nlp-0.3.2.jar --just-tokenize "$@"

0 comments on commit a90653b

Please sign in to comment.