Idan

Results 22 comments of Idan

> > > Rediet Zewdu asked if he could create a Blazor web assembly that uses AuthP library. The answer is no for the following reasons. > > > >...

> There's a working API using AuthP [here](https://github.com/JonPSmith/AuthPermissions.AspNetCore/pull/59) > > We just need to create a Blazor frontend for it. > > And yes, we can use Blazor WASM as...

> Clean architecture would be a good fit! > > On Mon, Jan 23, 2023, 6:03 PM akema-trebla ***@***.***> wrote: > > > @idan-h What structure do you propose? >...

Yea, this is why I added it in a seperate project, so it could be shipped in a different nuget package. If you want to add it to documentation thats...

Yea, that's true, but I think there is no way out of reflection on this one.. Its either you write a lot of boilerplate code or use reflection Tests are...

This is very needed! some times there are 20 indentations, and it is impossible to follow

> Hi @idan-h - it looks like you are running the system on unsegmented text, but you are not asking for segmentation, so it assumes the text is already segmented....

> Oh wait, scratch that, I misread it - actually it looks like the sequence tagger for the segmenter has a corrupt model file. Can you delete heb.seg and redownload...

> Since you're in a venv you can also wipe it out and start a new one, but I would assume you'll find it in: > > `venv\lib\site-packages\hebpipe\models\` > >...

Debugging was a good idea, found the file at venv\Lib\site-packages\rftokenizer\models\ I mean that a docker container is a must here - it will solve all of the dependencies issue. ```...