168169170171172173174175
* the response * @return the nER */ NER nerFrom(final ArrayOfResult response) { return response == null ? NER.NULL : new NER(response.getResult().get(0).getValue(), response.getResult() .get(1).getValue()); }