gembin

Results 7 issues of gembin

T2S is not working, because t2s.dat is in little-endian byte order

How to train CRFSlotFiller in Rust? thanks!

question

add `@Config` annotation, without extends `Config` interface to have a more clean interface? example: ``` java @Config public interface MyConfig{ @DefaultValue("apple") String foo(); @DefaultValue("pear") String bar(); @DefaultValue("orange") String baz(); }...

enhancement
maybe
normal priority

I've ever used https://github.com/jnr/jnr-ffi to create Java binding for a c shared library. Is it possible to create a Java binding for libword2vec?

I'm new to rust, please forgive me if I'm wrong :-). I got a question regarding the `moment` module, in `lib.rs` why **ONLY** re-export these 3 structs of chrono crate...

check

**Why is this feature valuable to you? Does it solve a problem you're having?** I think futures ecosystem and async/await have already stabilized **Describe the solution you'd like** **Describe alternatives...

enhancement

How to support non-space separated language? I tried non-space separated language, it's not working.

question