├── .github ├── ISSUE_TEMPLATE.md └── PULL_REQUEST_TEMPLATE.md ├── LICENSE ├── README.md └── files └── evergreen-context-entities-20220601.csv /.github/ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xdevplatform/twitter-context-annotations/HEAD/.github/ISSUE_TEMPLATE.md -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xdevplatform/twitter-context-annotations/HEAD/.github/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xdevplatform/twitter-context-annotations/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xdevplatform/twitter-context-annotations/HEAD/README.md -------------------------------------------------------------------------------- /files/evergreen-context-entities-20220601.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/xdevplatform/twitter-context-annotations/HEAD/files/evergreen-context-entities-20220601.csv --------------------------------------------------------------------------------