[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

Re: XML Schema generation by machine learning from a corpus of

  • From: Michael Kay <mike@saxonica.com>
  • To: "Costello, Roger L." <costello@mitre.org>
  • Date: Tue, 13 Mar 2018 18:32:12 +0000

Re:  XML Schema generation by machine learning from a corpus of
I wrote a DTD Generator for fun quite some years ago, and there are plenty of other schema generators around. It was an interesting exercise.

The knack is in finding rules that achieve the right balance between allowing anything, and allowing nothing other than what is actually found in the control sample of instance documents. For example, if all your documents have a date of creation that falls in the year 2016, should that be imposed as a constraint by the schema? Probably not, but it's difficult for a machine to judge. What if the largest number of lines found in an address is 6? Should that be a constraint? What if all the city names match [A-Z][a-z]+?

Whether you call it machine learning or pattern recognition or whatever is up to you, but the key to doing it well isn't just finding a schema that all the documents conform to, it's examining the features that are common to all the documents and deciding which of these features belong in the schema and which don't. Much the same applies when it's a human designing the schema.

Michael Kay
Saxonica


> On 13 Mar 2018, at 16:49, Costello, Roger L. <costello@mitre.org> wrote:
> 
> Hi Folks,
> 
> Scenario: A bunch of XML instance documents are fed into a machine learning program. The program analyzes the instances to learn the structure of the items, which items are mandatory, and which items are optional. Out pops an XML Schema.
> 
> Question: Has anyone created an XML Schema generating machine learning program?
> 
> /Roger
> 
> _______________________________________________________________________
> 
> XML-DEV is a publicly archived, unmoderated list hosted by OASIS
> to support XML implementation and development. To minimize
> spam in the archives, you must subscribe before posting.
> 
> [Un]Subscribe/change address: http://www.oasis-open.org/mlmanage/
> Or unsubscribe: xml-dev-unsubscribe@lists.xml.org
> subscribe: xml-dev-subscribe@lists.xml.org
> List archive: http://lists.xml.org/archives/xml-dev/
> List Guidelines: http://www.oasis-open.org/maillists/guidelines.php



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index]


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.