Skip to content

Commit

Permalink
Update README.MD
Browse files Browse the repository at this point in the history
  • Loading branch information
dtr5 authored Aug 14, 2017
1 parent a88b5e1 commit 63bc8db
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,7 @@ ant jar

(or download from the build folder) and copy build/jar/forecat-omegat.jar and the contents of lib into the plugins folder of OmegaT.

###OmegaT bug

In the last stable version (3.6.0.2) of [OmegaT](https://sourceforge.net/projects/omegat/) there is a bug that prevents the correct rendering of the suggestions on the Autocomplete popup. A temporary workaround (that breaks the rest of autocompleters) can be achieved patching Autocompleter.java with the following code

```
@Override
public void addView(AbstractAutoCompleterView view) {
view.setParent(this);
views.add(0,view); // Instead of the original .add(view)
}
```

###Neural network ranker
For using the neural network ranker that uses fannj, you should have a compiled version of [fann](http://leenissen.dk/), and run OmegaT using
Expand All @@ -43,4 +33,4 @@ with
<forecat_suggestion_ranker>heuristic</forecat_suggestion_ranker>
```

Instructions for building your own neural network models are coming soon.
Instructions for building your own neural network models can be found in [Forecat](https://github.com/transducens/forecat).

0 comments on commit 63bc8db

Please sign in to comment.