简体   繁体   English

如何在R中使用放样

[英]how to use ctakes in R

I am planning to use Ctakes in R for NLP tasks.But I am not clear on how to create a pipeline or use Ctakes in R? 我计划将R中的Ctakes用于NLP任务。但是我不清楚如何在R中创建管道或使用Ctake? Can someone point me to a step by step procedure on how to use cTakes in R? 有人可以指导我逐步介绍如何在R中使用cTakes吗?

JSON, Res API Based Ctakes Check out this way of exposing ctakes through JSON & Rest API, you can then use GET/PUT from HTTR to call ctakes with clinical text you want to process. 基于JSON,基于Res API的桩号通过这种方式通过JSON&Rest API公开桩号,然后可以使用HTTR中的GET / PUT调用要处理的临床文本桩。

    Follow instructions to install Ctakes as rest api 按照说明将Ctakes作为Rest API安装
    Check out localhost:8080/ctakes-web-rest/ 退房localhost:8080 / ctakes-web-rest /
    Call rest services from R/Python by passing clinical text as query params 通过将临床文本作为查询参数传递来从R / Python调用剩余服务
    Get ctakes output as JSON 获取桩输出为JSON

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM