transcript-parser
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"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" | ||
} | ||
} |
@@ -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. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2
75660
- Removedstring@^3.3.1
- Removedstring@3.3.3(transitive)