Jean-Baptiste Bertrand

Results 17 comments of Jean-Baptiste Bertrand

Hmm, it seems to be a duplicate of https://github.com/myint/language-check/issues/31, isn't it?

If it can somehow help, here's an implementation in Python: https://github.com/RianneSchouten/pymice/blob/master/pymice/exploration/mcar_tests.py

> There's already an entry about Burma. As far as I can see, the library doesn't yet have an approach to handle situations like that. I'm running into the same...

Here's a literature review of various methods to select the number of factors to retain (see section 5): https://www.researchgate.net/profile/M-Shabri-Abd-Majid/post/How-can-we-determine-the-sample-size-from-an-unknown-population/attachment/5f1f2f9f4b30fd0001537310/AS%3A917998588153856%401595879327045/download/gaskin2014-sem.pdf#page=4 Parallel analysis would probably be interesting to implement: > Several methods...

> > > Using famd.plot_row_coordinates, how can I change the colors of each group specified in color_labels? @insuquot famd.plot_row_coordinates is a [matplotlib](https://matplotlib.org/index.html) object, so generally you can use that to...

> I'm curious for those who are interested in windows platform what are your use cases ? Windows desktop ? Running in Windows servers ? Are you using libosrm directly...

> If your only reason to update is to be able to use R package osrm, then building a version in Linux or a container seems like a harder option...

> Thank you all for the feedback. If I have it working, I'll try to outline some instructions for other people on windows. Just as a short follow-up for people...

@Chetan-Yeola According to the presentation page of [this other library ](https://github.com/pemistahl/lingua-py), langdetect performs poorly on texts with length similar to twitter messages ("For very short text snippets such as Twitter...

I've encountered the same exact issue today, so I've been investigating it a bit to find a temporary workaround, but without success so far. However, here are some elements if...