Skip to content

Commit

Permalink
added showgoogle (24 getting it to look pretty)
Browse files Browse the repository at this point in the history
  • Loading branch information
ttsygankova committed Jul 15, 2019
1 parent 1ae0169 commit a98646b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions src/main/java/io/github/mayhewsw/utils/HtmlGenerator.java
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ public static String getCopyableHTMLFromTA(TextAnnotation ta, Dictionary dict, b
}

if(showgoogle) {
System.out.println("Show_Google button clicked");
text = Utils.getGoogleTaToks(ta);
//text = Utils.getGoogleTaToks(ta);
}

if(sentspan.getFirst() != -1) {
Expand Down Expand Up @@ -195,7 +194,7 @@ public static String getHTMLfromTA(TextAnnotation ta, IntPair span, String id, S
}

if(showgoogle) {
text = Utils.getGoogleTaToks(ta);
//text = Utils.getGoogleTaToks(ta);
if (ta.hasView("GOOGLE")) {
googleNer = ta.getView("GOOGLE");
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
}

.suggestion {
border-bottom: 1px solid gray;
border-bottom: 3px solid gray;
}

.tooltip-inner {
Expand Down

0 comments on commit a98646b

Please sign in to comment.