Open yangxinmax opened 4 years ago
Sorry for replying so late. For the second project (et module), the input is like {sentence: 'I come from China', 'start': 12, 'end': 17, label: '/GPE/Country/Country'}. This sentence means the fine-grained type of entity 'China' is '/GPE/Country/Country'. Actually, the first project (er module) is only responsible for identifying the boundaries of the entity, and the second project (et module) determines the specific type of the entity.
When I was trying to run the second project (et module), I was confused about the data structure, especially for the output of the algorithm. Is it possible to give a simple illustration of the data structure for the entity typing task.