|
@@ -29,8 +29,11 @@ public class CommonFacade {
|
|
|
|
|
|
//组装好的label
|
|
|
public WordCrfDTO crf_process(SearchData searchData){
|
|
|
+
|
|
|
AIAnalyze aiAnalyze = new AIAnalyze(crfServiceClient);
|
|
|
WordCrfDTO wordCrfDTO = new WordCrfDTO();
|
|
|
+ wordCrfDTO.setAge(searchData.getAge());
|
|
|
+ wordCrfDTO.setSex(searchData.getSex());
|
|
|
aiAnalyze.aiProcess(searchData, wordCrfDTO);
|
|
|
return wordCrfDTO;
|
|
|
}
|