stand up meeting 11/19/2015

队员 今日工作 工作耗时/h 明日计划 计划耗时/h
冯晓云 利用昨天编写的调用必应词典API的DLL,完成了UWP版本查词APP的试水,证实了DLL可调和在线查词的可行性;和其他部分的同学就接口数据的格式进行了细化讨论,1.0版本的输入输出都是string类型,即完成标准化;     3 将输出string里的翻译合理取分为动名词,按约定格式返回;设定不同的返回码,对网络状况进行通报; 3
朱玉影  弹窗显示单词意思     4  

添加生词本按钮,以及学习生词本数据库的实现

    5
张葳  阅读Acrobat和Sumatra的文档   3   阅读Acrobat和Sumatra的文档   3
林建平  搭建工程环境与定义接口类    3   搭建工程环境与定义接口类    3
周以舟        

 

 BINGdict API——1.0

         Interface:string a = await LexiconQuery.GetLexicon(query);
         input:a word(string)
         output:some word seperated by "$$"(string);

         note:

                 1.every word between a pair of "$$" mean a kind of meaning of the word;the standrad format will be discussed                         with yuying;

                 2.the code is writed by C#,complie with x86;Encapsulate it with C++ if needed;pay attention to async;
                 3.the vision 1.0 couldn't tell the network connection,and it's unstable when your input is not a single word;
                 4.try it and find more bug!

posted @ 2015-11-19 22:27  Azure_Wrapper  阅读(179)  评论(0)    收藏  举报