文件名称:TechSupport
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2015-01-22
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- 胡*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
TechSupport是一个程序旨在提供用于虚拟DodgySoft公司的客户的技术支持。前段时间,DodgySoft有一个技术支持部门的人坐在电话,客户可以来电咨询并得到他们的技术问题与DodgySoft产品帮助。不过,最近生意一直没有打算这么好,和DodgySoft决定摆脱技术支持部门,以节省资金。他们现在想要开发的系统?工程师给了支撑依然提供了印象。该系统应该模仿响应的技术支持人员可能会给。客户可以通过技术支持系统进行在线交流。
该计划是,我们将有一组的话有可能发生在典型的问题,我们将这些话有特定的反应相关联。如果来自用户的输入中包含的我们的已知单词1,我们可以产生一个相关的响应。为了使它更自然,一个字可以有几个不同的答案将在随机挑选遇到的单词时相关联。
用户界面非常简单:用户输入一个句子和程序的答案。你的程序应该能够拆分用户输入文字,并在里面发现它们的“关键词”。那么对于每一个关键词,试图决定是“适当的”(随机)的答案,并打印出来。对于有多个键字的句子,你可以有你自己的方式来解决它,想打印只有一个或全部。- TechSupport is a program intended to provide technical support for customers of the fictitious DodgySoft company. Some time ago, DodgySoft had a technical support department with people sitting at telephone where customers could call to get advice and help with their technical problems with the DodgySoft products. Recently, though, business has not been going so well, and DodgySoft decided to get rid of the technical support department to save money. They now want to develop the TechSupport system to give the impression that support is still provided. The system is supposed to mimic the responses a technical support person might give. Customers can communicate with the technical support system online.
The plan is that we shall have a set of words that are likely to occur in typical questions and we will associate these words with particular responses. If the input the user contains one of our known words we can generate a related response. To make it more nature, one word may be a
该计划是,我们将有一组的话有可能发生在典型的问题,我们将这些话有特定的反应相关联。如果来自用户的输入中包含的我们的已知单词1,我们可以产生一个相关的响应。为了使它更自然,一个字可以有几个不同的答案将在随机挑选遇到的单词时相关联。
用户界面非常简单:用户输入一个句子和程序的答案。你的程序应该能够拆分用户输入文字,并在里面发现它们的“关键词”。那么对于每一个关键词,试图决定是“适当的”(随机)的答案,并打印出来。对于有多个键字的句子,你可以有你自己的方式来解决它,想打印只有一个或全部。- TechSupport is a program intended to provide technical support for customers of the fictitious DodgySoft company. Some time ago, DodgySoft had a technical support department with people sitting at telephone where customers could call to get advice and help with their technical problems with the DodgySoft products. Recently, though, business has not been going so well, and DodgySoft decided to get rid of the technical support department to save money. They now want to develop the TechSupport system to give the impression that support is still provided. The system is supposed to mimic the responses a technical support person might give. Customers can communicate with the technical support system online.
The plan is that we shall have a set of words that are likely to occur in typical questions and we will associate these words with particular responses. If the input the user contains one of our known words we can generate a related response. To make it more nature, one word may be a
(系统自动生成,下载前可以参看下载内容)
下载文件列表
TechSupport.java