fasttext models detecting norwegian text as danish [closed]
问题 Closed . This question needs details or clarity. It is not currently accepting answers. Want to improve this question? Add details and clarify the problem by editing this post. Closed 3 months ago . Improve this question I am using fasttext (v=0.9.1) to detect the language of a text (see this). Norwegian text is being detected as Danish when using this model. !curl "https://dl.fbaipublicfiles.com/fasttext/supervised-models/lid.176.bin" > lid.bin import fastText language_detector=fastText.load