You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Built language models from PTV transcripts
* Transcript directory should be a directory with T0001,T0002,...T5047 transcription files
* Specify transcript directory in src/transcript2docmodel.py
* Takes approximately 6 hours mainly due to 100k (keyterm)
* cmd: python src/transcript2docmodel.py
Train agent
* run.py: Specify data, fold, feature, experiment_prefix(directory to save results), result_directory with argparser
* Other argument can be adjusted/added/altered, see for yourself
* cmd: python src/run.py
View Results
* Use merge_csvs.py to merge result/*.log
* cmd: python result/parse_log_to_csv.py $dir