You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use word_segmentation(), the scripts takes too long to return the results. Although the results returned are correct but it is taking way to long.
Is there any way possible to make it faster
Commands:
input_term='harvestorcombine'
res = sym_spell.word_segmentation(input_term).corrected_string
print (res)
Output:
harvester combine
Time taken: 238 ms
The text was updated successfully, but these errors were encountered:
@mammothb thanks for the update. Any other way to speed this up? As in my code is in python, so if i could use any bindings or anything to make it run faster
Hi
When trying to use word_segmentation(), the scripts takes too long to return the results. Although the results returned are correct but it is taking way to long.
Is there any way possible to make it faster
Commands:
input_term='harvestorcombine'
res = sym_spell.word_segmentation(input_term).corrected_string
print (res)
Output:
harvester combine
Time taken: 238 ms
The text was updated successfully, but these errors were encountered: