项目作者: bdeboe

项目描述 :
Demo application for data-driven modelling, building or refining a dictionary through exploratory analysis of text using InterSystems' iKnow technology
高级语言:
项目地址: git://github.com/bdeboe/isc-iknow-dictbuilder.git
创建时间: 2016-01-28T10:59:09Z
项目社区:https://github.com/bdeboe/isc-iknow-dictbuilder

开源协议:MIT License

下载


iKnow Dictionary Builder

This demo application is meant to illustrate data-driven modelling, how you can use iKnow to build or refine a dictionary / taxonomy, demonstrating how our bottom-up approach complements top-down knowledge. It features a simple drag-and-drop GUI in which you can explore the entities in your domain (top/similar entities) and select the ones you wish to assign to your dictionaries (or blacklist).

For a more detailed article on this demo, check this page on the InterSystems Developer Community: https://community.intersystems.com/post/iknow-demo-apps-part-3-dictionary-builder-demo

Installation notes

Other notes

  • If you’re working with a domain that’s being managed by a domain definition, take note of the following
    • You can only modify your dictionary contents if the allowCustomUpdates attribute of your element is set to true
    • By default, rebuilding a domain will wipe its dictionaries and recreate them based on the contents of the element. To preserve your work in the DictionaryBuilder GUI, make sure to set its dropBeforeBuild attribute to false

TODO

  • add reload / reset button
  • nicen async re-matching as part of RestHandler:UpdateDictionaries() (currently just jobs this off, with no response to the client when it’s done)