preprocessor
preprocessor copied to clipboard
Bug: remove some latin characters
Describe the bug The tool automaticall removed some characters, such as á é ú í,... in some languages. For example:
accidente clichecístico -> accidente clichecstico
Here is the code:
import preprocessor as ppr
text = ppr.clean("accidente clichecístico")
Any update?