HTML superclass-subclass list extractor
From WandoraWiki
(Difference between revisions)
Line 1: | Line 1: | ||
HTML superclass-subclass list extractor starts with menu option '''File > Extract > HTML superclass-subclass list extractor...''' or selecting the extractor as the Drag and Drop extractor and dropping HTML fragments from WWW browser. | HTML superclass-subclass list extractor starts with menu option '''File > Extract > HTML superclass-subclass list extractor...''' or selecting the extractor as the Drag and Drop extractor and dropping HTML fragments from WWW browser. | ||
+ | |||
+ | Extractor read HTML file or fragment and interprets encountered HTML ordered and unordered lists as nested superclass-subclass associations. A topic is created for each list element (content of LI element). Created topic is associated to outer list element with super-subclass association. Outer element is considered as a superclass. As an example consider simple list: | ||
+ | |||
+ | <ul> | ||
+ | <li>Mammal</li> | ||
+ | <ul> | ||
+ | <li>Cat</li> | ||
+ | <li>Horse</li> | ||
+ | <li>Pig</li> | ||
+ | </ul> | ||
+ | <li>Bird</li> | ||
+ | <ul> | ||
+ | <li>Parrot</li> | ||
+ | <li>Duck<li> | ||
+ | </ul> | ||
+ | </ul> | ||
+ | |||
+ | If given to the extractor, this HTML fragment generates topics for '''Mammal''' and '''Cat''' for example and '''Mammal''' topic is set as a superclass of the '''Cat'''. |
Revision as of 21:29, 22 January 2008
HTML superclass-subclass list extractor starts with menu option File > Extract > HTML superclass-subclass list extractor... or selecting the extractor as the Drag and Drop extractor and dropping HTML fragments from WWW browser.
Extractor read HTML file or fragment and interprets encountered HTML ordered and unordered lists as nested superclass-subclass associations. A topic is created for each list element (content of LI element). Created topic is associated to outer list element with super-subclass association. Outer element is considered as a superclass. As an example consider simple list:
- Mammal
- Cat
- Horse
- Pig
- Bird
- Parrot
- Duck
If given to the extractor, this HTML fragment generates topics for Mammal and Cat for example and Mammal topic is set as a superclass of the Cat.