Releases
v0.0
Compare
Sorry, something went wrong.
No results found
First test of release version
parse_scripts_noindent.py
v1.1 2a8fb29
improved metadata detection
expanded list from "BLACK" to include multiple phrases
word-level check instead of line-level
streamlined scene boundary, transition detection
v1.0 975fbd9
Parser that does not rely on indentations as feature
class detection rules
metadata : lines preceding first instance of the line "BLACK"
scene boundary : lines containing "INT." or "EXT."
character : uppercase lines, preceded by newline, followed by text
dialogue : lines immediately following character
dialogue metadata : words in character or dialogue that are enclosed within parentheses; assume single instance each time
transition : lines containing "CUT TO"
scene description : all remaining lines
outputs two versions of tagged lines
each line with its corresponding tag
only character =>dialogue lines
You can’t perform that action at this time.