Skip to content

Implement spell check and correction  #1

Description

@Maronato

Before saving spotted, check its spelling and change its words

Save changed words as a dictionary with "new_word" : "previous" so that they can be put back if needed

Use this model http://norvig.com/spell-correct.html
To create the predictor. Use the whole dataset to create the bag of words

Create tokenizer to fix slangs, things like "vc" and repeated letters in words. Also try to remove urls and such

Experiment with priority queues and binary trees to make it faster.
Experiment saving common mistakes to fasten it up

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions