Kiefer

Results 4 comments of Kiefer

> Does that also happen with v4? Yeah, the version I'm currently using right now is v4.24.0

Here's a minimum reproduction example. Hope it helps! ``` const { NlpManager } = require('node-nlp'); const language = "ja"; const manager = new NlpManager({ languages: [language], ner: { builtins: [],...

Really sorry for the late reply! I've been very busy this past couple of days... It's a little odd how the tokenizer doesn't work when handling unspaced Japanese sentences though,...