Patrice Lopez

Results 390 comments of Patrice Lopez

Quantization has no problem and is doing what is expected, there is requirement of having everything in the interval [-128, 127], what was not correct is that I thought everything...

Thank you very much @antonyscerri for the issue. It looks indeed a problem for c) and does not seem to be the expected behavior. However to be sure to understand...

The idea of the specific sentence processing was related to (real-time) interactive disambiguation on edited text, so for just processing a sentence which has been changed (possibly two at most)....

You don't need to parse the query, this is done automatically by Jackson, only need to add a pojo to store the range info. Then the range info could be...

With a POJO approach, the structures will be integer automatically from jackson (no string input). I think it's not necessary to expand a list of integers, just add a small...

Actually are we talking about a client here or a reusable library for displaying entity fishing result in a web front-end?

It's a good start! I would say a minimal python client should cover: - function calls so that the different server requests are transparent for the user (with service end-point...

Hello @dddpt ! Sorry for the slow response :( For non-English/French texts, no NER is used, which means "terms" are selected only via Wikipedia anchors of this language. So if...

> So it means that each time a term (or a sequence of terms?) corresponds to any anchor in the Wikipedia of the corresponding language, it is recognized as an...

It's because the domains are derived from the English categories only, the other languages first do not have the same category hierarchy (then we would need a mapping per language)...