码迷,mamicode.com
首页 > 其他好文 > 详细

SentenceGeneration

时间:2014-04-30 18:48:43      阅读:433      评论:0      收藏:0      [点我收藏+]

标签:com   http   blog   style   class   div   img   code   java   c   log   

bubuko.com,布布扣
1 public String SentenceGerneration(String pattern, ArrayList<String> candSlotList, ArrayList<Argument> argList){
2     ArrayList<String> candSentenceList = new ArrayList<String>();
3     for(String candSlot : candSlotList) 
4         candSentenceList.add(FillInPattern(pattern,candSlot,argList));
5     return SelectBestSolutions(candSentenceList,argList);
6 }
bubuko.com,布布扣

 

SentenceGeneration,布布扣,bubuko.com

SentenceGeneration

标签:com   http   blog   style   class   div   img   code   java   c   log   

原文地址:http://www.cnblogs.com/yiyi-xuechen/p/3699075.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!