@@ -20,6 +20,32 @@ The application classifies the *qualifier* as part of finding the mention.
2020# Example Application Invocation
2121 > java -jar BodyFunctionApplication-jar-with-dependencies.jar --inputDir=..\project\60_01_data\examples --outputDir=.\bf_example_outputDir
2222
23+
24+ # Example Text Data
25+ Two exemplar files are distributed that include body function mentions in them.
26+
27+ - [ BodyFunctionExamle00.txt] ( https://github.com/CC-RMD-EpiBio/bodyFunction/blob/main/project/60_01_data/examples/BodyFunctionExample001.txt )
28+ - [ bf_ssa_examples01.txt] ( https://github.com/CC-RMD-EpiBio/bodyFunction/blob/main/project/60_01_data/examples/bf_ssa_examples_01.txt )
29+
30+ # Example UIMA XMI Output
31+
32+ Here is a screen shot of the UIMA Annotation Viewer viewing a file processed by the application.
33+
34+ <img src =" https://github.com/CC-RMD-EpiBio/bodyFunction/blob/main/project/60_10_doc/BodyFunctionUIMAXMI_Output.png " width =1000 />
35+
36+ # Example of GATE Output
37+
38+ Here is a screen shot of the GATE Viewer viewing a file processed by the application.
39+
40+ <img src =" https://github.com/CC-RMD-EpiBio/bodyFunction/blob/main/project/60_10_doc/BodyFunctionGATE_ExampleOutput.png " width =1000 />
41+
42+ # Example of VTT Output
43+
44+ Here is a screen shot of the VTT Viewer viewing a file processed by the application.
45+
46+ <img src =" https://github.com/CC-RMD-EpiBio/bodyFunction/blob/main/project/60_10_doc/BodyFunctionVTT_Example.png " width =1000 />
47+
48+
2349# Application Usage
2450The application is run from the command line:
2551
@@ -77,30 +103,7 @@ This application reads in data from the following formats. The input format is
77103 - * GATE_READER* - This reader will read in GATE formatted xml files.
78104 - * GATE_CORPUS_READER* - This reader will read in files within a GATE serial datastore.
79105
80- # Example UIMA XMI Output
81-
82- Here is a screen shot of the UIMA Annotation Viewer viewing a file processed by the application.
83-
84- <img src =" https://github.com/CC-RMD-EpiBio/bodyFunction/blob/main/project/60_10_doc/BodyFunctionUIMAXMI_Output.png " width =1000 />
85-
86- # Example of GATE Output
87-
88- Here is a screen shot of the GATE Viewer viewing a file processed by the application.
89-
90- <img src =" https://github.com/CC-RMD-EpiBio/bodyFunction/blob/main/project/60_10_doc/BodyFunctionGATE_ExampleOutput.png " width =1000 />
91-
92- # Example of VTT Output
93-
94- Here is a screen shot of the VTT Viewer viewing a file processed by the application.
95-
96- <img src =" https://github.com/CC-RMD-EpiBio/bodyFunction/blob/main/project/60_10_doc/BodyFunctionVTT_Example.png " width =1000 />
97-
98106
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 )
104107
105108# Publications and Presentations
106109
0 commit comments