static volatile SimpleRecognizer filledSimpleRecognizer_cached_object; static SimpleRecognizer filledSimpleRecognizer_cached() { if (filledSimpleRecognizer_cached_object != null) ret filledSimpleRecognizer_cached_object; new SimpleRecognizer sr; Concepts in = new Concepts("#1006104").safeLoad(); Concept recogInfo = first(list(in, "RecogInfo")); if (recogInfo != null) sr.load(joinLines((L) cget(recogInfo, "lines"))); ret filledSimpleRecognizer_cached_object = sr; }