Ted Dunning
Ted Dunning
Yeah. That is odd. Let me get back to my computer and take a look. At dinner now. The Java 9 thought is possible. It could be Maven versioning or...
Ouch. Bit again by the index-or-length issue. This is not a substring of the word... it is a substring of the code for controlling the word weighting. I have run...
Looks like I never ran this version: Exception in thread "main" java.lang.NullPointerException at org.apache.mahout.knn.Vectorize20NewsGroups$CorpusWeighting.parse(Vectorize20NewsGroups.java:175) at org.apache.mahout.knn.Vectorize20NewsGroups.main(Vectorize20NewsGroups.java:74) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at com.intellij.rt.execution.application.AppMain.main(AppMain.java:120) On Thu, Dec...
Thanks for the comments. You are correct that I didn't think about LOCALE when I was writing those tests (American bias, of course). Do you have some suggestions about how...
Thank you again. On Sat, Aug 24, 2019 at 9:09 PM Alexandre A. B. Lima < [email protected]> wrote: > You're welcome! Thank you for sharing log-synth! > > I never...
I generally hack these situations and generate a start and a duration. Then I add them to get an end time using Apache Drill or Python (depending on scale) It...
I don't understand the request here. Would it help if there were a format that provided milliseconds since epoch? I can make that happen pretty easily. On Mon, Oct 31,...
Yes. Master branch is currently broken. Go for a release tag. On Sat, Oct 1, 2016 at 12:35 AM, Jérôme Radix [email protected] wrote: > I'm on Windows 10 64-bit version...
Hmm... I see lots of tags: ``` t-digest[master*]$ git tag t-digest-1.0 t-digest-2.0 t-digest-2.0.1 t-digest-2.0.2 t-digest-3.0 t-digest-3.1 ``` On Sun, Oct 2, 2016 at 3:32 PM, Jérôme Radix [email protected] wrote: >...
Vince, I am taking a look at this again. What was the desired result. I am not quite clear what you wanted to happen. What flatten does is take a...