Importing typos within Python for programmatic use #1302
Answered
by
jamesbraza
jamesbraza
asked this question in
Q&A
-
Is there some way to import and use >>> import typos
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ModuleNotFoundError: No module named 'typos' I am looking to programmatically inspect a massive repository of language model outputs for typos. As a workaround I can use the |
Beta Was this translation helpful? Give feedback.
Answered by
jamesbraza
May 22, 2025
Replies: 1 comment 1 reply
-
The Python package exists just for simpler integration with
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Alright sounds good, I have made: