Matt Sanford
Matt Sanford
I have two Dockerfiles in the tests directory that build the Java port for OpenJDK and the Oracle JDK respectively. Try out `docker build -t test/cld:centos6-openjdk -f tests/Dockerfile.centos6.openjdk .` and...
I had not worked on Python 3 support. I just added a version of it to the [py3](https://github.com/mzsanford/cld/tree/py3) branch. Please try it out and see if it works for you.
Hi @themarvelousbreadfish, The Maven artifact should still link to the underlying C++ library, it is not self-contained. Can you do me a favor and run `ldd libcld/0.0.1-SNAPSHOT/libcld.so`? That should show...
It does not look like the JNI library (`libcld-0.0.0.1-SNAPSHOT.so`) is linked to the main `libcld.so` like I would expect. My Ubuntu setup shows the following: ``` matt@ubuntu:~/src/cld/ports/java$ ldd native/unix/target/libcld.so linux-gate.so.1...
You are correct. My Ubuntu setup is a VMWare image started fresh for this with no history. ``` matt@ubuntu:~/src/cld/ports/java$ uname -a Linux ubuntu 2.6.32-38-generic #83-Ubuntu SMP Wed Jan 4 11:13:04...
I paired to test code down to just sync/async and I don't see the same issue in my build: ``` $ node async_test.js #Chars | V1 | V2 ------- |...
Is this from `make test` in the `ports/python` directory or only from some other code? I'm running Mavericks and `make test` works correctly. IF you have some small script to...
When I create a new file in `/tmp` as follows: ``` #!/usr/bin/env python import cld detectedLangName, detectedLangCode, isReliable, textBytesFound, details = cld.detect("I can eat glass and it doesn't hurt me",...
FYI: You should also create a wiki page with the speed and overhead findings.
As I recall it was a signature in the Signatures section. I removed it in a previous version and during the latest update experienced the same. The Nylas signature returned...