EXTRACT_ORGANIZATION

Syntax

EXTRACT_ORGANIZATION(<text>)

Description

Extracts organizations from text and returns the results in a list.

Organizations that are extracted are taken from a default list made by Conference on Natural Language Learning 2003 shared task (Language-Independent Named Entity Recognition) which can be found in Datameer's plug-ins file.  

Examples

EXTRACT_ORGANIZATION(#Text_Column)

Text columnEXTRACT_ORGANIZATION returns
The Student Council at MIT has voted for new positions. They will be working with the General Facilities Council.[Student Council, MIT, General Facilities Council]
The young man joined the Navy.[Navy]
  • This function is not guaranteed to be 100% accurate.
  • The accuracy of results depends on both the training data being used by the function and the comparable quality of input data.
  • In order to assess result accuracy, you need conduct your own performance evaluation.