Loreto Parisi
Loreto Parisi
I'm installing with ``` $ node --version v12.13.0 $ npm --version 6.13.1 ``` npm complains that ``` In file included from ../src/addon.cc:3: ../src/node-svm/node-svm.h:256:59: error: too few arguments to function call,...
Recently doing `npm audit` I have found this critical vulnerabilities in dependencies like`tar`, `handlebars`, `uglify-js`, etc. that has been patched already for release stated below. Could you please bump those...
Hi Nicolas, it would be nice to provide some real-world and cpu intensive algorithm examples, like by example LDA that I have put [here](https://gist.github.com/loretoparisi/07f3af8114a7a70169511351326064ae) in modified version of a known...
Hunspell 1.7 is almost [ready](https://github.com/hunspell/hunspell/commit/4ddd8ed5ca6484b930b111aec50c2750a6119a0f). This main version comes with a lot of changes and improvements. Do you have a timeline when it will be available in nodehun? Thank you!
Hello, thanks for this project! I'm trying to unload the wasm module in my node code: ```javascript const nnsplit = require("nnsplit"); function run() { nnsplit.NNSplit.new("/root/nnsplit_models/en/model.onnx") .then(splitter => { return splitter.split(["This...
## Description To provide a webpack build or a pre-built minified library ## Why do you need this feature? To be use in static web applications. ## Leonardo package and...
When using `ner.applyFineGrained` set to `true` the NER annotator will get confused in some circumstances like in this phrase ```sh George Washington went to Washington ``` in this case the...
Thanks for this amazing work! Recently [FLAIR](https://github.com/zalandoresearch/flair) (PyTorch) has release state of the art models for NER in several languages. It would be worth if you will provide here pre-trained...
I'm doing some experiments with `SentencePieceBPETokenizer` and `BertWordPieceTokenizer`. I cannot load the vocabulary from the sentence piece vocabulary model `"sentencepiece.bpe.model`. ```javascript let encoder = (tokenizer) => promisify(tokenizer.encode.bind(tokenizer)) let decoder =...
Could it be worth to wrapper the **socket.io** handler in order to support other backend like **redis**, etc.