Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gcunhase committed Apr 12, 2019
1 parent e1665ef commit 19fa910
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ python main_extract_meeting_text.py

#### Configuration options

| **Argument** | **Type** | **Default** | **Required?** |
|-----------------------------------|----------|-------------------------------------|---------------|
| `ami_xml_dir` | string | `"data/"` | No |
| `results_transcripts_speaker_dir` | string | `"data/ami-transcripts-speaker/"` | No |
| `results_transcripts_dir` | string | `"data/ami-transcript/"` | No |
| `results_summary_dir` | string | `"data/ami-summary/"` | No |
| **Argument** | **Type** | **Default** |
|-----------------------------------|----------|-----------------------------------|
| `ami_xml_dir` | string | `"data/"` |
| `results_transcripts_speaker_dir` | string | `"data/ami-transcripts-speaker/"` |
| `results_transcripts_dir` | string | `"data/ami-transcript/"` |
| `results_summary_dir` | string | `"data/ami-summary/"` |
+ `ami_xml_dir` is the directory where the AMI Corpus will be downloaded
+ `results_transcripts_speaker_dir` is the directory where each speaker's transcript will be saved
+ `results_transcripts_dir` is the directory where each meeting's transcript will be saved
Expand Down

0 comments on commit 19fa910

Please sign in to comment.