AMArostegui / SpacyDotNet

SpacyDotNet is a .NET wrapper for the popular natural language library spaCy
MIT License
32 stars 4 forks source link

More Spacy Examples #1

Open GeorgeS2019 opened 3 years ago

GeorgeS2019 commented 3 years ago

Great initiative!

I am curious what could be the next milestones in Spacy Examples

Examples:

Please share which could be the next in your plan

AMArostegui commented 3 years ago

This is a side project. I've created the library because I needed to use spaCy in another project that happens to be developed with .NET. I didn't find a suitable alternative, so it seemed easy enough to do it myself, as Python.NET was available.

Right now, I've implemented more APIs than I need. If working in the main project I find something is lacking, of course I'll add what I need.

My point is, there's no roadmap. Being able to run the examples in Spacy Examples would be great. Perhaps when/if I have the spare time, I'll do it, but I'm not making promises.

GeorgeS2019 commented 3 years ago

@AMArostegui SciSharp has additional concepts and frameworks to make working PythonNET more production friendly. The recent effort of SciSharp aims to track what are still missing and systematically proceeding to closing the gaps.