Skip to content

Commit 93e8239

Browse files
committed
added an example of it being run
1 parent d38b1df commit 93e8239

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ The application classifies the *qualifier* as part of finding the mention.
1717
- ./project Where the source code and dependencies for Body Function is
1818
- [Publications and Presentations](https://github.com/CC-RMD-EpiBio/bodyFunction#publications-and-presentations)
1919

20-
# Application Invocation
20+
# Example Application Invocation
21+
> java -jar BodyFunctionApplication-jar-with-dependencies.jar --inputDir=..\project\60_01_data\examples --outputDir=.\bf_example_outputDir
22+
23+
# Application Usage
2124
The application is run from the command line:
2225

2326
> java -jar BodyFunctionApplication-jar-with-dependencies.jar [Options]
@@ -92,6 +95,13 @@ Here is a screen shot of the VTT Viewer viewing a file processed by the applicat
9295

9396
<img src="https://github.com/CC-RMD-EpiBio/bodyFunction/blob/main/project/60_10_doc/BodyFunctionVTT_Example.png" width=1000 />
9497

98+
99+
# Example Text Data
100+
Two exemplar files are distributed that include body function mentions in them.
101+
102+
- [BodyFunctionExamle00.txt](https://github.com/CC-RMD-EpiBio/bodyFunction/blob/main/project/60_01_data/examples/BodyFunctionExample001.txt)
103+
- [bf_ssa_examples01.txt](https://github.com/CC-RMD-EpiBio/bodyFunction/blob/main/project/60_01_data/examples/bf_ssa_examples_01.txt)
104+
95105
# Publications and Presentations
96106

97107
|Title | Citation | Description |

0 commit comments

Comments
 (0)