topic_modelling / run_cmd_line_example_command.txt
seanpedrickcase's picture
Updated Dockerfile with latest packages
08eb30d
raw
history blame contribute delete
396 Bytes
# To just get embeddings out
python run_from_cmd_line.py --data_file "C:\folder\combined_case_notes.csv" --in_colnames "Case Note" --clean_text Yes --drop_duplicate_text No --anonymise_drop Yes --split_sentence_drop No --custom_regex_file "C:\folder\regex_to_remove.csv" --embeddings_high_quality_mode Yes --return_only_embeddings_drop Yes --output_folder "C:\folder\apps\topic_modelling\output"