HTML superclass-subclass list extractor
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. List structure depth is limited. As an example consider simple list: | + | 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. List structure depth is limited. Topic named as '''ListRoot''' is set a superclass of first level topics. As an example consider simple list: |
<ul> | <ul> | ||
Line 17: | Line 17: | ||
</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'''. | + | 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'''. '''Mammal''' and '''Bird''' are subclasses of '''ListRoot''' topic. |
Revision as of 21:33, 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. List structure depth is limited. Topic named as ListRoot is set a superclass of first level topics. 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. Mammal and Bird are subclasses of ListRoot topic.