Closed dbuchet closed 3 years ago
What do you expect to happen? By saying the result can only be French, well, the result wil be 100% French.
Oh make sense when you explained it like this, but I was expected ['fra', 0.5710206995003568]
In fact using only
I was thinking I will only have the scoring for the provided languages.
So yes, basically, it's just an integrated filter
(so my expectation is quite easy to implement on my side)
Thanks for your answer!
:+1:
This might touch upon https://github.com/wooorm/franc/issues/89.
But otherwise, I think the current output makes sense!
Using parameter
only
withfranc.all
returns all languages defined with score = 1https://stackblitz.com/edit/react-esuzot?file=src/App.js
Thanks :)