aarondandy / WeCantSpell.Roslyn

A spell check analyzer for Roslyn languages, probably abandoned.
3 stars 6 forks source link

Provide an implementation of a spellchecker that uses NHunspell #3

Closed SeanFarrow closed 6 years ago

SeanFarrow commented 7 years ago

It would be nice to have a full implementation of a spell checker that uses NHunspell rather than just a debug spell checker. I would do this myself, but I can't see how to load the dictionaries you provide in .net standard.

aarondandy commented 7 years ago

I wrote a port myself to do just that. I have been real busy with work the last two weeks so have not had a chance to wire it all up yet. I was first going to focus on making sure I have the roslyn analyzer working how I wanted and then wire a proper spell checker up to it. My other project where I ported the Hunspell project to .NET standard can be found here: https://github.com/aarondandy/WeCantSpell.Hunspell

SeanFarrow commented 7 years ago

Any idea how long this might take, I’ve got a commercial customer wanting this? I’m happy to wait if it’s not going to be a long process? From: Aaron Dandy [mailto:no!esscropg notifications@github.com] Sent: Saturday, August 05, 2017 03:02 To: aarondandy/WeCantSpell.Roslyn WeCantSpell.Roslyn@noreply.github.com Cc: Sean Farrow sean.farrow@seanfarrow.co.uk; Author author@noreply.github.com Subject: Re: [aarondandy/WeCantSpell.Roslyn] Provide an implementation of a spellchecker that uses NHunspell (#3)

I wrote a port myself to do just that. I have been real busy with work the last two weeks so have not had a chance to wire it all up yet. I was first going to focus on making sure I have the roslyn analyzer working how I wanted and then wire a proper spell checker up to it. My other project where I ported the Hunspell project to .NET standard can be found here: https://github.com/aarondandy/WeCantSpell.Hunspell

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/aarondandy/WeCantSpell.Roslyn/issues/3#issuecomment-320388380, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABY1fl4aXd2LZ18e8EZAG8H4UxbtL5ofks5sU80jgaJpZM4Otcc_.

aarondandy commented 7 years ago

I don't have any dates in place yet with respect to completing this but I do hope to get some milestones added. You can watch the project to see it's progress. I have not had any time to solidify any of the design and write it down yet but if you are willing to help I would be more than happy to discuss it over discord or hangouts or something, let me know.

SeanFarrow commented 7 years ago

Happy to help where I can, is Skype any good, I’m visually impaired? Kind regards Sean.

From: Aaron Dandy [mailto:notifications@github.com] Sent: Saturday, August 05, 2017 04:56 To: aarondandy/WeCantSpell.Roslyn WeCantSpell.Roslyn@noreply.github.com Cc: Sean Farrow sean.farrow@seanfarrow.co.uk; Author author@noreply.github.com Subject: Re: [aarondandy/WeCantSpell.Roslyn] Provide an implementation of a spellchecker that uses NHunspell (#3)

I don't have any dates in place yet with respect to completing this but I do hope to get some milestones added. You can watch the project to see it's progress. I have not had any time to solidify any of the design and write it down yet but if you are willing to help I would be more than happy to discuss it over discord or hangouts or something, let me know.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/aarondandy/WeCantSpell.Roslyn/issues/3#issuecomment-320394282, or mute the threadhttps://github.com/notifications/unsubscribe-auth/ABY1fjGjjq7PGhVc-3QseyawRbHL0qxSks5sU-e1gaJpZM4Otcc_.

aarondandy commented 7 years ago

Sure, I'm aaron.dandy@live.com and should be around. I'll pop the client open here and there.

aarondandy commented 6 years ago

I recommend checking out https://github.com/BrightLight/YouShouldSpellcheck.Analyzer