https://github.com/councildataproject/transcript-file-format

A generalized transcript file format and utilities for parsing.

https://github.com/councildataproject/transcript-file-format

Science Score: 26.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.9%) to scientific vocabulary

Keywords from Contributors

archival projection profiles interactive transformers sequences generic observability autograding hacking
Last synced: 11 months ago · JSON representation

Repository

A generalized transcript file format and utilities for parsing.

Basic Info
  • Host: GitHub
  • Owner: CouncilDataProject
  • License: mit
  • Language: Python
  • Default Branch: main
  • Size: 451 KB
Statistics
  • Stars: 0
  • Watchers: 2
  • Forks: 0
  • Open Issues: 1
  • Releases: 0
Created over 3 years ago · Last pushed over 1 year ago
Metadata Files
Readme Contributing License Code of conduct

README.md

transcript-file-format

Build Status Documentation

A generalized transcript file format and utilities for parsing.


Installation

Stable Release: pip install transcript-file-format
Development Head: pip install git+https://github.com/CouncilDataProject/transcript-file-format.git

Quickstart

```python from transcriptfileformat import Transcript, Sentence, tojson, fromjson

Create a transcript with metadata

t = Transcript( sentences=[ Sentence( starttime=0.1, endtime=1.2, text="hello world", ), Sentence( starttime=1.4, endtime=2.6, text="my name is eva", ), ], generator="Hand Written by Eva", sessiondatetime="2023-04-05", createddatetime="2023-04-06", )

Store to JSON

to_json(t, "example.json")

Read from JSON back to object

t = from_json("example.json")

Transcript(sentences=..., generator='Hand Written by Eva', confidence=None, sessiondatetime='2023-04-05', createddatetime='2023-04-06', annotations=None)

```

Documentation

For full package documentation please visit CouncilDataProject.github.io/transcript-file-format.

Development

See CONTRIBUTING.md for information related to developing the code.

MIT License

GitHub Events

Total
  • Delete event: 1
  • Issue comment event: 1
  • Pull request event: 2
  • Create event: 1
Last Year
  • Delete event: 1
  • Issue comment event: 1
  • Pull request event: 2
  • Create event: 1

Committers

Last synced: about 1 year ago

All Time
  • Total Commits: 6
  • Total Committers: 2
  • Avg Commits per committer: 3.0
  • Development Distribution Score (DDS): 0.5
Past Year
  • Commits: 6
  • Committers: 2
  • Avg Commits per committer: 3.0
  • Development Distribution Score (DDS): 0.5
Top Committers
Name Email Commits
Eva Maxfield Brown e****n@g****m 3
dependabot[bot] 4****] 3

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: 10 months
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.5
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 2
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 1
Top Authors
Issue Authors
Pull Request Authors
  • dependabot[bot] (6)
Top Labels
Issue Labels
Pull Request Labels
dependencies (6)