Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am struggling with the implementation of a spell checker for my project. I have determined that the spellnet Nuget package is the best way to go. Using Visual Studio vb.net. I have found one example, but I am wondering if there is some better documentation on the use of the package.

What I have tried:

I've tried various searches including chatGpt
Posted
Updated 24-Feb-24 9:24am
v2
Comments
Pete O'Hanlon 24-Feb-24 17:03pm    
Perhaps put a link to the nuget package that you have downloaded.

There is no repository for documentation of all Nuget packages. Hell, there's isn't even a requirement for anyone making a publicly available Nuget package to include documentation or supply a link to any.

It's entirely possible there isn't any documentation!

For any possible documentation, go to nuget.org and search for your package name. Click on your package and on the right there is usually a "Project website" link. Click that and you may find documentation.

I searched for "Spellnet" and found there is no Nuget package called that.
 
Share this answer
 
v3
To add to what Dave has - rightly - said ...
It is indeed quite possible there is no documentation: if that is true, or the necessary documents aren't easy to find then the best course of action is to dump it and look again.
Quote:
I have determined that the spellnet Nuget package is the best way to go.
Part of the evaluation criteria for any package has to be "is there sufficient documentation so that I can actually use this?". If the answer to that is no, then you need to reevaluate your whole approach as you will waste huge amounts of time trying to get undocumented packages working by trial and error.

Think about why you settled on this particular package: we have no idea what your criteria were, but I think your whole approach was flawed if you can't even begin to use the package you selected without external help!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900