SmartDataAnalytics / HORUS-NER

HORUS: A framework to boost NLP tasks
Apache License 2.0
50 stars 5 forks source link

GERBIL Integration #10

Open diegoesteves opened 7 years ago

diegoesteves commented 7 years ago
diegoesteves commented 7 years ago

added char position for each term at field 27 of horus_matrix example: paris hilton is nice

paris = 0
hilton = 6
is = 13
nice =16
renespeck commented 7 years ago

In case the input contains multiple sentences, I assume the char position is for the input. E.g.: "Paris Hilton is nice. And Paris is a woman."

paris = 0 hilton = 6 is = 13 nice =16 and=22 paris= 26 ...

That's correct?

diegoesteves commented 7 years ago

Hm…not really, but can be changed.

On 24. Apr 2017, at 09:33, René Speck notifications@github.com wrote:

In case the input contains multiple sentences, I assume the char position is for the input. E.g.: "Paris Hilton is nice. And Paris is a woman."

paris = 0 hilton = 6 is = 13 nice =16 and=22 paris= 26 ...

That's correct?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/diegoesteves/horus-models/issues/10#issuecomment-296557536, or mute the thread https://github.com/notifications/unsubscribe-auth/AH9t6vD8tweYjpV4qKp6ifr2hVMBWZrYks5rzFBcgaJpZM4Lkt41.

diegoesteves commented 7 years ago

https://github.com/renespeck/horus-eval/