44 lines
2.1 KiB
Markdown
44 lines
2.1 KiB
Markdown
<!--
|
|
# ========================================================================
|
|
# Copyright 2020 hankcs
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
#
|
|
# The above copyright notice and this permission notice shall be included in all
|
|
# copies or substantial portions of the Software.
|
|
# ========================================================================
|
|
-->
|
|
|
|
# ontonotes
|
|
|
|
| TAG | Description |
|
|
|--------------|------------------------------------------------------|
|
|
| PERSON | People, including fictional |
|
|
| NORP | Nationalities or religious or political groups |
|
|
| FACILITY | Buildings, airports, highways, bridges, etc. |
|
|
| ORGANIZATION | Companies, agencies, institutions, etc. |
|
|
| GPE | Countries, cities, states |
|
|
| LOCATION | Non-GPE locations, mountain ranges, bodies of water |
|
|
| PRODUCT | Vehicles, weapons, foods, etc. (Not services) |
|
|
| EVENT | Named hurricanes, battles, wars, sports events, etc. |
|
|
| WORK OF ART | Titles of books, songs, etc. |
|
|
| LAW | Named documents made into laws |
|
|
| DATE | Absolute or relative dates or periods |
|
|
| TIME | Times smaller than a day |
|
|
| PERCENT | Percentage |
|
|
| MONEY | Monetary values, including unit |
|
|
| QUANTITY | Measurements, as of weight or distance |
|
|
| ORDINAL | “first”, “second” |
|
|
| CARDINAL | Numerals that do not fall under another type |
|
|
|