def commons_speech_working_dir(root_dir): """Create and return the working directory""" return create_working_dir(root_dir, "hansardarchive")
def commons_speech_working_dir(root_dir): """Create and return the working directory""" return create_working_dir(root_dir, "parlparse", "commons")