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
Your algorithm is probabilistic, or at least it uses some sort of score. If I'm using wordsegment as part of a language modelling pipeline, I may want to propagate that measure of uncertainty.
I'm using it to model language in passwords. After a password is segmented, part-of-speech and semantic tags are inferred. The model sees these features and updates its beliefs. The devil is in ambiguity: therapistfinder has two meanings depending on segmentation. Ideally, the model should account for both.
It would be great if wordsegment returned that.
For instance:
The text was updated successfully, but these errors were encountered: