Skip to content

0.7.1 Release Notes

Gregory Engel edited this page Sep 25, 2018 · 3 revisions

ANS 0.7.1

New Field: Associated Tasks

All content types now have access to a new field taxonomy.associated_tasks.

Associated tasks are stored as a simple array of ids. Each id is a 24-character hexadecimal string. Associated tasks are stored only for reference purposes.

In Arc, an associated task can be accessed in WebSked.

Schema: https://github.com/washingtonpost/ans-schema/blob/master/src/main/resources/schema/ans/0.7.1/traits/trait_taxonomy.json

New Field: Named Entity Score

Named entities can now have relevancy scores. The attribute is taxonomy.named_entities.score.

In Arc, named entity scores are calculated by Clavis.

Schema: https://github.com/washingtonpost/ans-schema/blob/master/src/main/resources/schema/ans/0.7.1/utils/named_entity.json