Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

transcript-parser

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

transcript-parser - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

5

package.json
{
"name": "transcript-parser",
"version": "0.0.2",
"version": "0.0.3",
"description": "Parses plaintext speech/debate/radio transcripts into JavaScript objects.",

@@ -34,5 +34,4 @@ "main": "app.js",

"bluebird": "^3.3.4",
"lodash": "^4.9.0",
"string": "^3.3.1"
"lodash": "^4.9.0"
}
}

8

README.md

@@ -28,13 +28,13 @@ transcript-parser

- removeActions
- `removeActions`
+ default: `true`
+ Specifies if the parser should remove actions (e.g. "(APPLAUSE)").
- removeAnnotations
- `removeAnnotations`
+ default: `true`
+ Specifies if the parser should remove annotations (surrounded by `[]`).
- removeTimestamps
- `removeTimestamps`
+ default: `true`
+ **True if `removeAnnotations` is true**
+ Specifies if the parser should remove timestamps (in the `[##:##:##]` format).
- removeUnknownSpeaker
- `removeUnknownSpeaker`
+ default: `false`

@@ -41,0 +41,0 @@ + Specifies if the parser should remove lines that have no associated speaker.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc