Skip to content

Commit

Permalink
Update LemmaDto.java
Browse files Browse the repository at this point in the history
added tokenIds
  • Loading branch information
RDBloese authored Oct 15, 2024
1 parent 6ec52f8 commit 7676857
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/tla/domain/dto/LemmaDto.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ public static class Spelling {
@Setter
@Getter
private String count;

@Setter
@Getter
private String[] tokenIds;
}

public static class TimeSpan {
Expand Down

0 comments on commit 7676857

Please sign in to comment.