May anyone help me to explain the reason of these two text with same information but geograpy3 can only detect province name in 1 sentence?
a = geograpy.get_geoPlace_context(text='I live in Gauteng South Africa')
a.other --> ['Gauteng']
b = geograpy.get_geoPlace_context(text='Gauteng South Africa')
b.other --> [] --> is it wrong?
Thanks all.