Hi, thanks for trying it out! The scoring is actually based on some online queries so it will not work if you were offline, but there have been other problems too. Were you connected to the internet when you tried it? :)
Still not working, here are the problems from the console:
["running", "jumpy", "running"+AND"running", "jumpy"+AND"jumpy", "running"+AND"jumpy"]
Exception in thread "Thread-2" java.lang.NumberFormatException: For input string: "41,200,000 ??????"
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at com.ld.keepitalive.WordScreen.GetNoOfResultsBing2(WordScreen.java:441)
at com.ld.keepitalive.WordScreen.getScore(WordScreen.java:352)
at com.ld.keepitalive.WordScreen.lambda$0(WordScreen.java:135)
at java.lang.Thread.run(Unknown Source)
["cat", "respect", "cat"+AND"cat", "respect"+AND"respect", "cat"+AND"respect"]
Exception in thread "Thread-3" java.lang.NumberFormatException: For input string: "73,800,000 ??????"
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at com.ld.keepitalive.WordScreen.GetNoOfResultsBing2(WordScreen.java:441)
at com.ld.keepitalive.WordScreen.getScore(WordScreen.java:352)
at com.ld.keepitalive.WordScreen.lambda$0(WordScreen.java:135)
at java.lang.Thread.run(Unknown Source)