Skip to content

Commit

Permalink
updated sample command in nlp.md (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
dogversioning authored May 28, 2024
1 parent 39e2ace commit 0e2a91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/nlp.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ Once you've prepared the services the study will need with Docker Compose,
you can actually run Cumulus ETL on your clinical notes.
1. Run the specific NLP study task you are interested in.
For example, `docker compose run etl-gpu --task covid_symptom__nlp_results …`
For example, `docker compose run cumulus-etl-gpu --task covid_symptom__nlp_results …`
2. Cumulus ETL will read your DocumentReference FHIR resources.
3. It will download the clinical notes mentioned by those DocumentReferences.
4. It will feed those notes to an NLP service (in this case, to cTAKES).
Expand Down

0 comments on commit 0e2a91b

Please sign in to comment.