clamsproject / mmif-visualizer

A web site to visualize MultiMedia Interchange Format json
Apache License 2.0
2 stars 1 forks source link

Improve clarity of README #20

Closed haydenmccormick closed 1 year ago

haydenmccormick commented 1 year ago

At the beginning of the README, there is the section:

This application creates an HTML server that visualizes annotation components in a [MMIF](https://mmif.clams.ai/) file. Supported annotations are:

    Video or Audio file player with HTML5.
    [WebVTT](https://www.w3.org/TR/webvtt1/) for showing alignments.
    Pretty-printed MMIF contents.
    Javascript for bounding boxes.
    Named entity annotations with [displaCy.](https://explosion.ai/demos/displacy-ent)

It's unclear what is meant by "supported annotations." Maybe this could be replaced with a list of tabs with brief descriptions of what they contain, or what types of apps (OCR, NER, ASR, ...) have dedicated visualizations?

haydenmccormick commented 1 year ago

Resolved with #23.