Janis

Results 129 comments of Janis

Thx. I am not thinking in terms of gui yet, rather rendering for interactive application. Something game-a-like. But I guess the examples will help anyways.

> Hi, > > This technique indeed relies on hardware-accelerated ray tracing. > > You can find more details in our [technical report](https://gpuopen.com/download/publications/GPUOpen2022_GI1_0.pdf) as well as [GDC presentation](https://www.youtube.com/watch?v=1eLz6WpXvQo). That disappointing....

@Apollon77 the documentations is weak compared to v3. No full examples. No idea how to `findEntities` after setting up rules.

> @trsh Yes you are right ... In my PRs there is some more (doid you had a look?) but also this is hanging around now for months. In fact...

So far ```js const { dockStart } = require('@nlpjs/basic'); (async () => { const dock = await dockStart({ use: ['Basic'] }); const manager = dock.get('nlp'); manager.addNerRegexRule('en', 'ownEmail', '/\\b(\\w[-._\\w]*\\w@\\w[-._\\w]*\\w\\.\\w{2,3})\\b/gi'); manager.findEntities( 'I...

Looks like renamed to `extractEntities`. However the fact, that this repo maintainers do not care about updating documentation for months, makes me reach for alternatives. This will be blocker 1,...

@Apollon77 one more question. If I provide the rules in json, like ```json { ..., "entities": { "ownEmail": "/\\b(\\w[-._\\w]*\\w@\\w[-._\\w]*\\w\\.\\w{2,3})\\b/gi" }, ... } ``` how do I feed it to the...

I will try as soon as I get back to PC and report.

![2022-10-20_085754](https://user-images.githubusercontent.com/3727523/196867801-a9e66b53-3481-4be2-98ef-39f2dae2156f.png) @Calinou Vulkan sample is also crashing

Latest update with same issues. Amd please fix, so we can check the sample.