question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Script that automatic Spell-checking / correcting for a given input file/text

See original GitHub issue

Description

A script to implement spell checking and rectifying for a given input text in PDF form, Word Doc or other popular format. A great feature that can be used for automated software that does answer-sheet checking, Resume anaylsis or a tool to improve language.

Language

  • Go
  • Javascript
  • Python

Checklist:

  • Details on the Script
name about labels assignees
Spell-checker Script to perform a spell checking/ correcting for the text JavaScript, Python, good-first-issue, medium

Describe the solution you’d like: Spell checking tools are a quite helpful for various tasks especially in language-based applications. This script can provide much value for implementing such feature.

Additional context:

The must-have features: Spell Checking, logging the mistaken words etc. Good to have features: Grammatical mistakes also checked and suggests changes.

Not needed to change those words in the file. As the first iteration, just logging/telling the use where one can improve and what to improve can be a good start. Make sure the line numbers are logged along as well. There are various npm packages and python Libs available for doing this.

Though, it is not limited to this. Would love to discuss how and what can be done. Feel free to ping me re: this feature implementation.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:7 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
sohamsshahcommented, Apr 10, 2021

@tanishq-arya I suppose you are on the right track. For the punctuation marks, there might be some method in nltk that can be used; or if you are stuck for that; since it is only for spelling checks, only alphanum is required for this purpose as special chars won’t be considered in this. Hope this helps!

1reaction
sohamsshahcommented, Apr 8, 2021

Can I work on this in python under gssoc?

Sure. Excited to see your implementation and script. Feel free to seek help, will be active on responses 😃 Good luck!

Read more comments on GitHub >

github_iconTop Results From Across the Web

How to Write a Spelling Corrector - Peter Norvig
The function correction(word) returns a likely spelling correction: ... number of times each word appears in a text file of about a million...
Read more >
JavaScript Spell Checker: Add spell checking to your js ...
A user corrects spelling mistakes in multiple languages with Tiny's Spell Checker Pro. Try Spell Checker Pro in your JavaScript application. 1.
Read more >
Spelling checker in Python - GeeksforGeeks
This article discusses various ways that you can check the spellings of the words and also can correct the spelling of the respective...
Read more >
Spelling Correction in Python with TextBlob - Stack Abuse
In this tutorial, we'll go over how to create a simple and powerful spelling correction script in Python using TextBlob.
Read more >
Spell Checker for Python - Stack Overflow
I am busy with an application that can perform spell checks (replaces an incorrectly spelled word with the correct one). I'm currently using...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found