Loreto Parisi

Results 218 issues of Loreto Parisi

Thank you for this work! Could you please provide some typical use cases of `JSC`?

Not able to run from source code on OSX 10.8. Please make a binary. Thanks

Hi, I'm trying to use the `NJKWebViewProgressView` as progress on a `UIView` like: ``` objective-c - (void)viewDidLoad { CGFloat progressBarHeight = 2.f; CGRect navigaitonBarBounds = self.view.bounds; CGRect barFrame = CGRectMake(0,...

It seems it does not override the default `pageOneError` ``` javascript page.onError = function(msg, trace) { var msgStack = ['ERROR: ' + msg]; if (trace && trace.length) { msgStack.push('TRACE:'); trace.forEach(function(t)...

I was able to build on Xamarin Studio/macOS for target tvOS simulator. The build is ok. When the tvOS app starts it hangs while "connecting..." I have a Soundcloud app...

Hello, thanks for this interesting project! Currently in my nlp pipelines I'm using Jieba / Mecab as chinese / segmenter and japanese/tokenizer modules. Is it safe to use FastHan as...

It would be worth to provide a tutorial how to train a simple cross-language classification model using sentencepiece. Supposed to have a given training set and have chosen a model...

sample code

Thank you for this work 💯 Could you please add a english documentation for the technical part (how to install, build, run, etc.) Thank you very much 👍

I did a training of the standard CMU Dict and I get in the `data/dict` folder the dictionaries as expected: ``` root@800125bf05cd:~# ls data/dict/cmudict/ cmudict.dict cmudict.dict.dev.preprocessed cmudict.dict.train.preprocessed cmudict.phones cmudict.symbols cmudict.vp...

Any plans to add Italian IPA dict? Thanks.