Skip to content

Thesis for MMLab (Ghent University) about the alignment of ebooks and their film adaptations.

Notifications You must be signed in to change notification settings

JeppeKnockaert/thesis-book-filming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

thesis-book-filming

Thesis for MMLab (Ghent University) about the alignment of ebooks and their film adaptations.

##Requirements

  • Node.js
  • Java 7

##Installation

###Configuration Go to the server folder, rename config-example.json to config.json. Each of the fields can be filled according to the preferred modules. A module is entered by using its filename without the extension. The matcherparameters field is used to pass an array of parametervalues (need to be in the order specified by the matcher).

###Dependencies Go into your cloned folder trough a terminal and enter the following

$ npm install

Node will automatically fetch all dependencies for the project.

###Java libraries

####Dependencies

You will need to download the WordNet dictionairies and place them in this directory (relative to the main folder): server/synchronisation/libs/dict

To get all the latest dictionairy files:

####Models

The SRL library and the OpenNLP library need model files to work properly. These files are quite big, that's why you need to download them yourself and put them in the right directory.

Download the following files:

Put them in this directory (relative to the main folder): server/synchronisation/libs/models

##Usage

In order to start the server application, use the following command in your main folder

$ node server/server.js

This will start the server on port 4000.

About

Thesis for MMLab (Ghent University) about the alignment of ebooks and their film adaptations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published