We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6bc9b4 commit a8b572fCopy full SHA for a8b572f
1 file changed
text_preprocessing/spacy_helpers.py
@@ -438,7 +438,6 @@ def __filter_token(self, token: Token | PreprocessorToken) -> bool:
438
return True
439
return False
440
if self.pos_to_keep and token.pos_ not in self.pos_to_keep:
441
- print(token, self.pos_to_keep, token.pos_)
442
443
444
0 commit comments