whichlang
whichlang copied to clipboard
WiP: Multiple language detection
Added a function detect_multiple_languages, which returns a vec of tuples (language, score), sorted by score.
I'm stuck at the point of how the final scores for the languages are obtained and how to get the probability value out of that scores? It would be great to receive some help on that.