Spaces:
Paused
Paused
| port: 9001 | |
| annotation_task_name: Entity Linking Example | |
| task_dir: . | |
| output_annotation_dir: annotation_output/simple-entity-linking/ | |
| output_annotation_format: json | |
| annotation_codebook_url: '' | |
| data_files: | |
| - data/entity-linking-example.json | |
| item_properties: | |
| id_key: id | |
| text_key: text | |
| user_config: | |
| allow_all_users: true | |
| users: [] | |
| alert_time_each_instance: 10000000 | |
| annotation_schemes: | |
| - annotation_type: span | |
| name: ner | |
| description: Highlight and link named entities to Wikidata | |
| labels: | |
| - name: PERSON | |
| tooltip: A person's name (e.g., Albert Einstein, Marie Curie) | |
| - name: ORGANIZATION | |
| tooltip: An organization name (e.g., NASA, United Nations) | |
| - name: LOCATION | |
| tooltip: A location or place name (e.g., Paris, Mount Everest) | |
| - name: EVENT | |
| tooltip: A named event (e.g., World War II, Olympics) | |
| sequential_key_binding: true | |
| entity_linking: | |
| enabled: true | |
| knowledge_bases: | |
| - name: wikidata | |
| type: wikidata | |
| language: en | |
| auto_search: true | |
| required: false | |
| multi_select: false | |
| site_dir: default | |
| ui: | |
| display_instance_id: true | |
| require_no_password: true | |