Home Applications isc-iknow-rulesbuilder

isc-iknow-rulesbuilder

This application is not supported by InterSystems Corporation. Please be notified that you use it at your own risk.
0
0 reviews
0
Awards
82
Views
0
IPM installs
0
0
Details
Releases
Reviews
Issues
Pull requests
Articles
Demo application to build rule patterns based on sequences of terms to be matched, based on InterSystems' iKnow technology

What's new in this version

Initial Release

iKnow Rules Builder Demo App

This demo application can be used to demonstrate how you can leverage classic iKnow matching to build composite “rules” that represent particular patterns to be extracted from natural language text. Dictionary items can be assembled into sequences of which some elements may be optional and others aren’t, and take into account the negation context of matched elements.

The application also includes code to “parse” the paragraph structure of texts with various numbering patterns, which might be usable for other scenarios, independent of the rules building functionalities. The paragraph numbering detection allows for several typical OCR issues (”11.” rather than “ii.”). See the code in Demo.RulesBuilder.Paragraph:ParseString() for more details.

For a detailed description of the GUI, check this article on the InterSystems Developer Community: https://community.intersystems.com/post/iknow-demo-apps-part-4-rules-builder-demo

Installation notes

  • Import associated code
  • Create a REST handler web application by invoking Demo.RulesBuilder.Utils:CreateRestWebApp() in your namespace of choice
  • Access the application through http://localhost:_port_/csp/_namespace_/RulesBuilderDemo.csp?_123_ where 123 is the ID of the domain managed by Demo.RulesBuilder.ParagraphDomain, which you can access from its %GetDomainId() method.

Other notes

  • Note that Demo.RulesBuilder.ParagraphDomain is configured to allow updating the dictionaries through the GUI and the element therein will not drop any GUI-supplied entries when rebuilding the domain.

TODO

  • possibly let the dictionary GUI manage the dictionary elements straight in the domain definition XML, to simplify exporting and avoid confusion of what’s defined in the domain and what’s just in the XML
Read more
Version
1.21.301 Jun, 2018
Category
Analytics
Works with
CachéInterSystems IRIS
First published
01 Jun, 2018