Nested entities

Hi all, how would you deal with the nested entity problem. For instance “Bank of China” could be a bank or company entity but also China is a country entity. Another example, if people want information about a university. User can mention a State first to which bot utter a list of universities in the state, -> I need to recognise the entity “state”. Or user gives directly the name of the university “University of Michigan” which should be recognised as “university” not state. Most of the time, University of Michigan is identified with entity ‘state’ = Michigan…

Hi @marcco411, this is currently not supported by our training data format. You are not able to annotate an entity inside another entity. However, we are aware that it might be useful and we may add support for it at some point.