Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Syntax

EXTRACT_ORGANIZATION(<text>)

Description

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

Organizations that are extracted are taken from this default list made a default list made by Conference on Natural Language Learning 2003 shared task 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]

...