Kandarp Kakkad

Results 2 issues of Kandarp Kakkad

# Language Checking Error Due To Punctuation. import language_tool_python as ltp import sys text = "Hello How Is You" print(text) tool = ltp.LanguageTool('en-US') matches = tool.check(text) print(matches) corrected_text = tool.correct(text)...

When I get a string of 6 digits and 1st character is 0, the actual number becomes 5 digits. This should not happen. Can we add a check that the...