Sergey Zelenov
Sergey Zelenov
There is a problem with files stored on the device - it seems the library works with either bundled files or remote, but it I'm trying to specify: ``` source:...
I wouldn't say it's unimportant - but there should be a way to control which messages (or which levels) should be sent to the output. NPM has settings called `loglevel`,...
it's `notice`: https://docs.npmjs.com/cli/v6/using-npm/config#loglevel
@sumi-svmx hey, I have the same issue (but with object detector), did you solve yours? My code looks very similar, but I'm getting the image object slightly different, what is...
Ok, I try to help you, algorithm seems unoptimized for search. And add plz "w" letter ;)
so... I think that problem in cycle for leafs in nested node. If you add this code: ``` javascript if (currentWord.length === sequence.length && words.indexOf(currentWord) === -1) { words.push(currentWord); }...
Yes, and this is right. When you start typing, you can find a part of the word. When you type β43β, you see βheβ, βgeβ, which are parts of the...
ok, I agree with you. anyway your algorithm is O(n \* m) where 'm' is alphabet length (26 in your case) and n is sequence length. My is O(n \*...
it would be interesting) I make the same thing, but based on nodejs and websockets. I try to use frequency and change it based on users select. With add word...
@missinglink and what do you think of using `population` also for streets, pois, etc. it will be population let's say of `county` in which that place is located. so that...