Skip to content

Commit

Permalink
added showgoogle (eigth try)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttsygankova committed Jul 15, 2019
1 parent 9f03f0b commit 02a64d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/io/github/mayhewsw/utils/HtmlGenerator.java
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ public static String getCopyableHTMLFromTA(TextAnnotation ta, Dictionary dict, b
*/
public static String getHTMLfromTA(TextAnnotation ta, IntPair span, String id, String query, Dictionary dict, boolean showdefs, boolean showroman, boolean allowcopy, boolean showgoogle) {

System.out.println("Inside getHTMLfromTA method");
IntPair sentspan = span;

// required to have one view or another...
Expand Down

0 comments on commit 02a64d1

Please sign in to comment.