simongray / StatementAnnotator

Custom annotator for Stanford CoreNLP that annotates sentences with the underlying statements contained within them.
4 stars 0 forks source link

Preprocessing to remove alternative spellings #34

Open simongray opened 8 years ago

simongray commented 8 years ago

Use a dictionary to find non-compliant words. If these words are composed of 3 or more letters in succession, test variations with 1 or 2 letters in place. Also do test with z/s replacement to remove slang spellings.