# simple-nlp **Repository Path**: llsongNick/simple-nlp ## Basic Information - **Project Name**: simple-nlp - **Description**: 简单的nlp - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-02 - **Last Updated**: 2024-03-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NLP 接口说明 ## 1 使用方法 注意:JDK版本为1.8 ``` public static void main(String[] args) { com.hx_ai.HxNLP nlp = new com.hx_ai.HxNLP("浦发银行开盘价"); String result = nlp.getAnswer(); System.out.println(result); } ``` 接口返回请参照:[wiki-语义理解API定义](http://wiki.hx-ai.com:8090/pages/viewpage.action?pageId=1900586) ## 2 Jar包 jar包在target文件夹下,要使用jar包还需要添加pom.xml中的相关依赖,请使用Maven管理项目,或手动添加依赖。