@Override
    public Entities analyseText(String modelSetId, String contextArtifactId,
            String userId, String title, String text) throws LpRestException {
        HttpClient httpClient = this.getClient();
        String uri = String.format("%s/learnpad/cw/corefacade/semantic/%s/analysetext", DefaultRestResource.REST_URI, modelSetId);