Skip to content

Commit

Permalink
address issue hfst#13
Browse files Browse the repository at this point in the history
  • Loading branch information
marko-asplund committed Mar 31, 2018
1 parent 938edf4 commit 79e1fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hfst-optimized-lookup-java/src/net/sf/hfst/Transducer.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
import java.util.Collection;

public abstract class Transducer {
abstract Collection<String> analyze(String str) throws NoTokenizationException;
public abstract Collection<String> analyze(String str) throws NoTokenizationException;
}

0 comments on commit 79e1fd7

Please sign in to comment.