clamsproject / app-text-slicer

Other
0 stars 0 forks source link

Implemented the app for slicing text given start and end time #1

Closed bohJiang12 closed 2 weeks ago

bohJiang12 commented 1 month ago

Implementations

  1. Changed the version of clams from 1.2.3 to 1.2.4
  2. Added user/client input parameters for the app
  3. Implemented necessary functions: _metadata and _annotate

Results

The sliced text results are tested via:

  1. Verify if additional view is added into the input .mmif file
  2. Compare the sliced text is the same as the one returned by text_document_helper.slice_text of clams-python=1.2.4

Questions

bohJiang12 commented 3 weeks ago

Fixes

  1. Updated version of clams-python to 1.2.5
  2. Removed auxiliary comment blocks
  3. Added an option/argument for the app, so that users are able to select TimeFrames containing wanted labels, for example, "slate", "credits", "bars", etc.

Feedback

bohJiang12 commented 2 weeks ago

This is the updated app implementations that