Skip to content

PADS-UPC/DMExtractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DMExtractor

This tool automatically extracts the Decision Model Notation (DMN) from a natural language text.

Prerequisites

  • To parse text we have used Freeling (v4.1)
  • To develop the project, Eclipse IDE as a development environment was used.
  • As Runtime Environment we have used Java JRE 1.8.
  • The proyect was set up as a Maven Project (v.3.6.0).
Freeling: http://nlp.lsi.upc.edu/freeling/
Eclipse: https://www.eclipse.org/downloads/
Java JRE: https://java.com/en/download/help/index_installing.xml
Maven: https://maven.apache.org/install.html

Running project

The main file to run is App.java.

The input parameter should be the path of the file to be parsed (e.g.: input/text/myprocesstext.txt). If the path is not indicated, the program will automatically parse all the files that are in the folder:

input/texts/ 

The results will always be stored with the same input name (.dmn) in the following path:

output/dmn/

To change all the default paths:

src/main/java/edu/upc/parserutils/FoldersUrl.java

Releases

No releases published

Packages

No packages published

Languages