request.setAttribute("option", typeInput);
request.getRequestDispatcher("index.jsp").forward(request, response);
}
if (status.equals("unambiguous") || ambAlert.equals("1")){
ColtechParser col = new ColtechParser(chunk);
String parser = null;
try {
parser = col.Process(chunk);
} catch (ClassNotFoundException ex) {
Logger.getLogger(Run.class.getName()).log(Level.SEVERE, null, ex);
} catch (NoSuchMethodException ex) {
Logger.getLogger(Run.class.getName()).log(Level.SEVERE, null, ex);
} catch (InvocationTargetException ex) {