Yevgen Antymyrov
Yevgen Antymyrov
How to know when the list stops then? The comma is more explicit. Or you can make it hackable, like a separator definition in a doctring.
Wow, I totally missed that Mask_RCNN skips images without instances. Even though I saw the balloon example where they delete those samples. I thought it was only in that example...
Same here, unsure how to proceed with my queries. I'm using "keyword" analyzer, so it worked pretty good with queries like "*ABC*" to find lines "testABCtest", but now I'm see...
Oh, that's unfortunate. I really thought the address_expand functionality was sorting the variants before outputting them. I can imagine that 'Los Angeles CA' must get a better bayes score than...
Thanks for the explanation! It's 'UGE! >> In this case the classifier predicts English with a 92.9% probability, and Spanish with a 6.9% probability How do you see/get those values?
Maybe it should be a separate issue, but I've just tried doing 'git pull; ./configure ; make' and then running the tool you mentioned. While I get the 'en' and...
May I ask, why doesn't place_languages() return probability of each language? This is such an important information, in my opinion. You already have it in the src/language_classifier tool, but it...
Thanks again for your comprehensive explanation. What I would like to accomplish is still the same, I would like to be able to set some threshold so that "Los Angeles...
This functionality isn't among libpostal's goals. Fortunately, it's a much simpler task, I used this data to make my own free form formatter, it ended up being one or two...
Hi @abh1nay I'm not sure what you're trying to do here, but I think the [README.md](https://github.com/openvenues/libpostal/blob/master/README.md) of the project clearly describes your case: ``` Non-goals Verifying that a location is...