o
    Si                  
   @   s   d dl Z d dlmZ d dlmZ d dlmZ e e jde j	dddd	e jd
e j	dddd	e jde 	 d	ded
edefddZ
dS )    N)prepareprepare_broadcast_news)Pathlike	audio_dirTF)exists	file_okay)typetranscript_dir
output_dirc                 C   s   t | ||d dS )a  
    English Broadcast News 1997 data preparation.
    It will output three manifests: for recordings, topic sections, and speech segments.
    It supports the following LDC distributions:

    
    * 1997 English Broadcast News Train (HUB4)
        Speech       LDC98S71
        Transcripts  LDC98T28

    This data is not available for free - your institution needs to have an LDC subscription.
    )r   transcripts_dirr   Nr   )r   r
   r    r   [/home/ubuntu/.local/lib/python3.10/site-packages/lhotse/bin/modes/recipes/broadcast_news.pybroadcast_news   s   
r   )clicklhotse.bin.modesr   lhotse.recipes.broadcast_newsr   lhotse.utilsr   commandargumentPathr   r   r   r   r   <module>   s    "