Version 5 (modified by Wouter Pasman, 5 years ago) ( diff )

--

Trauma Ontologies

PTSD patients often have fragmented memories of their trauma and are very reluctant to recall them, requiring detailed questions to stimulate memory retrieval. Previously, a system was developed that showed the effectivity of an ontology- based dialog system to help humans to recall their traumatic experiences [Tielman(2018)] These ontologies have been tested and shown effective with real subjects. Support for different languages is available, and new languages can be added easily. The strategies used to traverse the ontologies can be adapted as required.

The full user manual is available here

The module can be downloaded and used directly in maven using our artifactory.

You can use this maven dependency

<dependency>
    <groupId>tudelft.healthpsychology</groupId>
    <artifactId>traumaontologies</artifactId>
    <version>1.0.0</version>
</dependency>

You need to tell maven to look in our repository

<repository>
	<id>artifactory.ewi.tudelft.nl</id>
	<url>http://artifactory.ewi.tudelft.nl/artifactory/libs-release</url>
	<snapshots>
		<enabled>false</enabled>
	</snapshots>
</repository>

Examples

Various example codes are available

  • You can download a ready-to-run jar here (just double click to run; you need to have java installed)
  • Click on the picture below to run the app in your browser

Attachments (1)

Download all attachments as: .zip

Note: See TracWiki for help on using the wiki.