februml

Results 2 issues of februml

Hi. I've updated the recognizableCharacters variable to my new training data, e.g.: recognizableCharacters = "ABCD123˜)(-" But print(recognizableCharacters.count) is always the original 36 characters. So, after change recognizableCharacters, what is the...

I need to work with token-based matching, but `require(‘spacy.matcher’)` or `require(‘matcher’)` both give me an error. So how can I use spacy matcher with spacy-js?