Skip to content

Commit

Permalink
Update PartOfSpeech.java
Browse files Browse the repository at this point in the history
  • Loading branch information
demidko authored May 20, 2022
1 parent 58cb094 commit e18e2df
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/com/github/demidko/aot/PartOfSpeech.java
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,8 @@ static PartOfSpeech partOfSpeech(Iterable<MorphologyTag> tags) {
/**
* @return описание части речи
*/
public String getDescription() {
@Override
public String toString() {
return description;
}
}

0 comments on commit e18e2df

Please sign in to comment.