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")
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: