Coder Social home page Coder Social logo

wbuntine / topic-models Goto Github PK

View Code? Open in Web Editor NEW
70.0 70.0 21.0 7.41 MB

Topic modelling software using non-parametric methods

License: Mozilla Public License 2.0

Makefile 0.53% TeX 11.82% C 70.16% Perl 8.09% XSLT 0.09% Groff 6.53% C++ 0.45% Python 2.33%

topic-models's People

Contributors

ecashin avatar wbuntine avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

topic-models's Issues

make failed

ubgpu@ubgpu:/github/topic-models/HCA$ make
cd util; make
make[1]: Entering directory /home/ubgpu/github/topic-models/HCA/util' cc -Wall -I../util/ -I/home/wbuntine/include/ -O5 -DNDEBUG -ffast-math -DHAVE_INLINE -DH_THREADS -c -o beta.o beta.c beta.c:19:18: fatal error: srng.h: No such file or directory #include "srng.h" ^ compilation terminated. make[1]: *** [beta.o] Error 1 make[1]: Leaving directory/home/ubgpu/github/topic-models/HCA/util'
make: *** [util] Error 2
ubgpu@ubgpu:
/github/topic-models/HCA$ sudo make
cd util; make
make[1]: Entering directory /home/ubgpu/github/topic-models/HCA/util' cc -Wall -I../util/ -I/home/wbuntine/include/ -O5 -DNDEBUG -ffast-math -DHAVE_INLINE -DH_THREADS -c -o beta.o beta.c beta.c:19:18: fatal error: srng.h: No such file or directory #include "srng.h" ^ compilation terminated. make[1]: *** [beta.o] Error 1 make[1]: Leaving directory/home/ubgpu/github/topic-models/HCA/util'
make: *** [util] Error 2

multi-threaded version doesn't work

I got problem when I'm trying to run HCA in multicore version. Following the instructions I added -DH_THREADS to CPPFLAGS in Makefile like this: CPPFLAGS := -I$(PWD)/util/ -I$(STB_HOME)/lib/ $(MYDEBUG) -DH_THREADS

But when I run "hca/hca -v -e -q4 data/ch /tmp/test", I got "Unknown option 'q'". Did I do something wrong?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.