Skip to content

Commit

Permalink
Merge branch '64'
Browse files Browse the repository at this point in the history
  • Loading branch information
aritter committed Nov 16, 2011
2 parents b1f9317 + d95c92b commit 2a136ed
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 4 deletions.
Binary file added TinySVM-0.09.tar.gz
Binary file not shown.
7 changes: 6 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
cd hbc/models
make
gcc -O3 -lm labels.c stats.c samplib.c LabeledLDA_infer.c -o LabeledLDA_infer.out
cd ../../
tar xvzf TinySVM-0.09.tar.gz
cd TinySVM-0.09
./configure --prefix=`pwd`/../ && make && make install

Binary file modified hbc/models/LabeledLDA_infer.out
Binary file not shown.
Binary file modified lib/libtinysvm.a
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/libtinysvm.la
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ dlopen=''
dlpreopen=''

# Directory that this library needs to be installed in:
libdir='/home/aritter/local/lib'
libdir='/homes/gws/aritter/twitter_nlp_release/TinySVM-0.09/..//lib'
Binary file removed lib/libtinysvm.so
Binary file not shown.
1 change: 1 addition & 0 deletions lib/libtinysvm.so
Binary file removed lib/libtinysvm.so.1
Binary file not shown.
1 change: 1 addition & 0 deletions lib/libtinysvm.so.1
Binary file modified lib/libtinysvm.so.1.2.0
Binary file not shown.
Binary file modified python/cap/cap_classifier.pyc
Binary file not shown.
Binary file modified python/cap/cap_classify
Binary file not shown.
4 changes: 2 additions & 2 deletions python/ner/extractEntities2.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ def GetLLda():
stdin=subprocess.PIPE,
stdout=subprocess.PIPE)

if platform.architecture() != ('32bit', 'ELF'):
sys.exit("Requires 32 bit Linux")
if platform.architecture() != ('64bit', 'ELF'):
sys.exit("Requires 64 bit Linux")

parser = OptionParser()
parser.add_option("--chunk", action="store_true", default=False)
Expand Down

0 comments on commit 2a136ed

Please sign in to comment.