Entity extraction examples

This topic provides examples of how the i2 TextChart extraction process generates entities from plain text.

  1. "i2 Group is located on Milton Road in Cambridge."

    <entity type="ADDRESS">
      <value>Milton Road</value>
      <att name="subtype">physical_address</att>
    </entity>
  2. "123456 N QD 123456 123456"

    <entity type="GEOCOORDINATE">
      <value>123456 N QD 123456 123456</value>
    </entity>
  3. "...which has received more than $5 billion in American aid..."

    <entity type="MONEY">
      <value>$5 billion</value>
      <norm>$5,000,000,000</norm>
    </entity>