Skip to content
This repository has been archived by the owner on Sep 23, 2024. It is now read-only.

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
gkiril committed Sep 13, 2017
1 parent 5b89191 commit 14b974e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ An OIE system aims to make the following extractions:

## Demo

A short demo:
In general, the code for running MinIE in all of its modes is almost the same. The only exception is MinIE-D, which requires additional input (list of multi-word dictionaries). You can still use MinIE-D without providing multi-word dictionaries, but then MinIE-D assumes that you provided an empty dictionary, thus minimizing all the words which are candidates for dropping. The following code demo is for MinIE-S (note that you can use the same for the rest of the modes):

```java
import de.uni_mannheim.minie.MinIE;
Expand Down

0 comments on commit 14b974e

Please sign in to comment.