readme.harvest

来自「harvest是一个下载html网页得机器人」· HARVEST 代码 · 共 37 行

HARVEST
37
字号
NOTE: As of May 2001, the Rainbow based summarizers are obsolete and      included for demonstration purposes only.This is an example how to use ``Rainbow'' to summarize Framemaker's MakerInterchange Format (MIF) and Microsoft's Rich Text Format (RTF) documents.The MIF and RTF summarizers work by first converting into SGML and thenusing the Harvest SGML summarizer.  The SGML conversion step is performedusing a commercial software package (and DTD) called ``Rainbow'', which wasdeveloped by Electronic Book Technologies.  Since converting these formatsto SGML is an ``up conversion'', the translation process is necessarilyimperfect.Files converted from RTF/MIF to SGML by the rbmaker program look somethinglike this:        <PARA PARATYPE="title">My Document Title</PARA>        <PARA PARATYPE="heading 1">Introduction</PARA>        <PARA PARATYPE="normal">The purpose of this ...<PARA>We can separate these two paragraphs with the following translation tableentries:        <PARA,PARATYPE=title>           title        <PARA,PARATYPE=heading 1>       headings,keywords        <PARA>                          bodyUnfortunately, the type names title, heading 1, etc. are not standardized.Therefore, our default translation table may not do an adequate job. Tolearn which paragraph type names are contained in a document, you can addthis to the table:        <PARA:PARATYPE>                 paragraph-typesand then examine the SOIF output.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?