All Projects → microsoft → Cognitive-Samples-FootnoteBot

microsoft / Cognitive-Samples-FootnoteBot

Licence: other
A simple bot written using Bot Framework and Entity Linking Intelligence Service.

Programming Languages

C#
18002 projects
HTML
75241 projects
Classic ASP
548 projects

Footnotes, a sample for Microsoft Cognitive Services

Footnotes is a simple bot written using the Entity Linking Intelligence Service and deployed through Bot Framework. It listens to a conversations and adds wikipedia links as a "footnote" every time it recognizes a concept.

Getting started

  1. Get a key for Entity Linking from Microsoft.com/Cognitive. Put it into project file Utilities/Keys const ELIS
  2. Build and deploy the project to your local host
  3. Now you can test footnotes in the web chat on the page, or through the Bot Framework Emulator

Navigating the project

Reading & responding to messages with ELIS: Controllers/MessagesController.cs
Editing the website & webchat: /default.htm

Remember! If you want to actually deploy the bot on new channels, you'll need to make a bot on BotFramework.com and connect this project to it. In order to do that, make your bot and then update the following with your new app id & secret:

  • Web.config <appsettings> tag
  • default.htm WebChat iframe src
  • emulator app id & secret

Contributing

We welcome contributions. Feel free to file issues & pull requests on the repo and we'll address them as we can.

For questions, feedback, or suggestions about Microsoft Cognitive Services, reach out to us directly on our Cognitive Services UserVoice Forum.

License

All Microsoft Cognitive Services SDKs and samples are licensed with the MIT License. For more details, see LICENSE.

Developer Code of Conduct

The image, voice, video or text understanding capabilities of Footnotes uses Microsoft Cognitive Services. Microsoft will receive the images, audio, video, and other data that you upload (via this app) for service improvement purposes. To report abuse of the Microsoft Cognitive Services to Microsoft, please visit the Microsoft Cognitive Services website at https://www.microsoft.com/cognitive-services, and use the “Report Abuse” link at the bottom of the page to contact Microsoft. For more information about Microsoft privacy policies please see their privacy statement here: https://go.microsoft.com/fwlink/?LinkId=521839.

Developers using Cognitive Services, including this sample, are expected to follow the “Developer Code of Conduct for Microsoft Cognitive Services”, found at http://go.microsoft.com/fwlink/?LinkId=698895.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].