I've been playing VNs most of the day trying to crack the loebner puzzle. it would appear combining the spider sense with loads and loads
of responders(crafters in this case) could be the key. DJoker skill could also be a heavy upgrade.
at any rate, do the cycler AX next
package AXJava;
import LivinGrimoire.*;
public class LGTypeConverter {
private RegexUtil r1 = new RegexUtil();
public int convertToInt(String v1){
String temp = r1.extractRegex(enumRegexGrimoire.integer, v1);
if (temp.isEmpty()) {return 0;}
return...