@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/or/bridge/%s/analysetext", DefaultRestResource.REST_URI, modelSetId);
        PostMethod postMethod = new PostMethod(uri);