Loreto Parisi
Loreto Parisi
In my case I have that the click works ok and playback as well, but I have a noise when calling the `playLoop` api and clicking on another region.... https://github.com/katspaugh/wavesurfer.js/issues/2418
Not sure if it working before, since I did this for the merged pull request https://github.com/jgh-/VideoCore/pull/128 I'm using Microsoft Azure Streaming Server.
**[UPDATE]** I did some progress, problem was I was compiling the libraries in `contrib`, while it's better to include the pre-compiled `.a` files in the `node-gyp` definition. Now I can...
@siddheshkrishnan1 I did few functions to load / save the model ```javascript /** * Serialize a SVM model * @param {*} modelPath * @param {*} model */ SVMClassifier.prototype.saveModel = function...
@J38 thanks a lot for the debugging. I digget a bit in the code, and I realized that this happens in this very specific use case: 1) The entity is...
@J38 yes of course. My configuration looks like this ``` var options = { "lang": "en", "annotators": "tokenize,mxmssplit,mxmslang,mxmphonetics,mxmsegmenter,mxmpos,mxmlemma,mxmner,mxmsentiment", // POS "customAnnotatorClass.mxmpos": "musixmatch_nlp.MXMPartOfSpeechAnnotator", // LEMMATIZER "customAnnotatorClass.mxmlemma": "musixmatch_nlp.MXMMorphaAnnotator", // PHONEMES "customAnnotatorClass.mxmphonetics": "musixmatch_nlp.MXMPhoneticsAnnotator",...
@J38 Any idea why this happens? This is my `annotate` override in the java annotator class ```java @Override public void annotate(Annotation annotation) { if (VERBOSE) { log.info("Adding NER Combiner annotation...
It seems to be related to https://github.com/huggingface/tokenizers/issues/291
I was not able to do this as explained in https://github.com/ninjinkun/NJKWebViewProgress/issues/45
@nmetulev did not try the UWP side. My soundcloud callback configuration points to http://localhost:8888/callback and the callback file is the example one on the page that you have just linked....