Skip to content

Commit

Permalink
renamed LexicalItemType to ItemType
Browse files Browse the repository at this point in the history
  • Loading branch information
pilehvar committed Jan 28, 2015
1 parent 812dc22 commit 17e7ed9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -88,8 +88,8 @@ For example:
String text2 = "windmill.n.1";

//types of the two lexical items
LexicalItemType srcTextType = LexicalItemType.SURFACE;
LexicalItemType trgTextType = LexicalItemType.WORD_SENSE;
ItemType srcTextType = ItemType.SURFACE;
ItemType trgTextType = ItemType.WORD_SENSE;

//if lexical items has to be disambiguated
DisambiguationMethod disMethod = DisambiguationMethod.ALIGNMENT_BASED;
Expand Down

0 comments on commit 17e7ed9

Please sign in to comment.