dream

Форк
0

README.md

Title

Named Entity Recognition Annotator

Description

Extracts people names, locations and names of organizations from an uncased text

Input/Output

Input A list of user utterances

["john peterson is my brother.", "he lives in New York."]

Output A user utterance annotated by

  • confidence level
  • named entity's position in a sentence (start_pos and end_pos)
  • the named the entity itself
  • the named entity type
 [{"confidence": 1, "end_pos": 5, "start_pos": 3, "text": "New York", "type": "LOC"}],

Dependencies

none

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.