Project1

所属分类:其他
开发工具:Python
文件大小:11290KB
下载次数:1
上传日期:2020-02-18 22:08:20
上 传 者damigg
说明:  爬取网页上的英文文献,解析并根据关键词,将相应的文献进行分类。
(Crawl the English literature on the webpage, analyze and categorize the corresponding literature based on keywords.)

文件列表:
Project1\.idea\encodings.xml (159, 2018-07-11)
Project1\.idea\misc.xml (196, 2018-07-08)
Project1\.idea\modules.xml (268, 2018-07-08)
Project1\.idea\Project1.iml (466, 2018-07-08)
Project1\.idea\workspace.xml (12857, 2020-02-18)
Project1\D2d中继.txt (114, 2018-10-29)
Project1\downtitle.py (1005, 2018-07-11)
Project1\globecom2017.txt (7062, 2018-10-29)
Project1\main.py (4745, 2018-07-11)
Project1\pimrc2017.txt (8093, 2018-10-29)
Project1\venv\Lib\site-packages\beautifulsoup4-4.6.0.dist-info\DESCRIPTION.rst (132, 2018-07-11)
Project1\venv\Lib\site-packages\beautifulsoup4-4.6.0.dist-info\INSTALLER (4, 2018-07-11)
Project1\venv\Lib\site-packages\beautifulsoup4-4.6.0.dist-info\METADATA (1109, 2018-07-11)
Project1\venv\Lib\site-packages\beautifulsoup4-4.6.0.dist-info\metadata.json (1110, 2018-07-11)
Project1\venv\Lib\site-packages\beautifulsoup4-4.6.0.dist-info\RECORD (2820, 2018-07-11)
Project1\venv\Lib\site-packages\beautifulsoup4-4.6.0.dist-info\top_level.txt (4, 2018-07-11)
Project1\venv\Lib\site-packages\beautifulsoup4-4.6.0.dist-info\WHEEL (95, 2018-07-11)
Project1\venv\Lib\site-packages\bs4\builder\_html5lib.py (16688, 2018-07-11)
Project1\venv\Lib\site-packages\bs4\builder\_htmlparser.py (11609, 2018-07-11)
Project1\venv\Lib\site-packages\bs4\builder\_lxml.py (9470, 2018-07-11)
Project1\venv\Lib\site-packages\bs4\builder\__init__.py (11552, 2018-07-11)
Project1\venv\Lib\site-packages\bs4\builder\__pycache__\_html5lib.cpython-36.pyc (11546, 2018-07-11)
Project1\venv\Lib\site-packages\bs4\builder\__pycache__\_htmlparser.cpython-36.pyc (8084, 2018-07-11)
Project1\venv\Lib\site-packages\bs4\builder\__pycache__\_lxml.cpython-36.pyc (6904, 2018-07-11)
Project1\venv\Lib\site-packages\bs4\builder\__pycache__\__init__.cpython-36.pyc (8703, 2018-07-11)
Project1\venv\Lib\site-packages\bs4\dammit.py (29910, 2018-07-11)
Project1\venv\Lib\site-packages\bs4\diagnose.py (6773, 2018-07-11)
Project1\venv\Lib\site-packages\bs4\element.py (68798, 2018-07-11)
Project1\venv\Lib\site-packages\bs4\testing.py (30800, 2018-07-11)
Project1\venv\Lib\site-packages\bs4\tests\test_builder_registry.py (5582, 2018-07-11)
Project1\venv\Lib\site-packages\bs4\tests\test_docs.py (1067, 2018-07-11)
Project1\venv\Lib\site-packages\bs4\tests\test_html5lib.py (4907, 2018-07-11)
Project1\venv\Lib\site-packages\bs4\tests\test_htmlparser.py (1191, 2018-07-11)
Project1\venv\Lib\site-packages\bs4\tests\test_lxml.py (2379, 2018-07-11)
Project1\venv\Lib\site-packages\bs4\tests\test_soup.py (20313, 2018-07-11)
Project1\venv\Lib\site-packages\bs4\tests\test_tree.py (78204, 2018-07-11)
Project1\venv\Lib\site-packages\bs4\tests\__init__.py (27, 2018-07-11)
Project1\venv\Lib\site-packages\bs4\tests\__pycache__\test_builder_registry.cpython-36.pyc (5037, 2018-07-11)
Project1\venv\Lib\site-packages\bs4\tests\__pycache__\test_docs.cpython-36.pyc (439, 2018-07-11)
Project1\venv\Lib\site-packages\bs4\tests\__pycache__\test_html5lib.cpython-36.pyc (5413, 2018-07-11)
... ...

ISO SCHEMATRON 2009 XSLT implementation by Rick Jelliffe with assistance from members of Schematron-love-in maillist. 2009-03-18 Two distributions are available. One is for XSLT1 engines. The other is for XSLT2 engines, such as SAXON 9. This version of Schematron splits the process into a pipeline of several different XSLT stages. 1) First, preprocess your Schematron schema with iso_dsdl_include.xsl. This is a macro processor to assemble the schema from various parts. If your schema is not in separate parts, you can skip this stage. 2) Second, preprocess the output from stage 1 with iso_abstract_expand.xsl. This is a macro processor to convert abstract patterns to real patterns. If your schema does not use abstract patterns, you can skip this stage. 3) Third, compile the Schematron schema into an XSLT script. This will typically use iso_svrl_for_xslt1.xsl or iso_svrl_for_xslt2.xsl (which in turn invoke iso_schematron_skeleton_for_xslt1.xsl or iso_schematron_skeleton_for_saxon.xsl) However, other "meta-styleseets" are also in common use; the principle of operation is the same. If your schema uses Schematron phases, supply these as command line/invocation parameters to this process. 4) Fourth, run the script generated by stage 3 against the document being validated. If you are using the SVRL script, then the output of validation will be an XML document. If your schema uses Schematron parameters, supply these as command line/invocation parameters to this process. The XSLT2 distribution also features several next generation features, such as validating multiple documents. See the source code for details. Schematron assertions can be written in any language, of course; the file sch-messages-en.xhtml contains the diagnostics messages from the XSLT2 skeleton in English, and this can be used as template to localize the skeleton's error messages. Note that typically programming errors in Schematron are XPath errors, which requires localized messages from the XSLT engine. ANT --- To give an example of how to process a document, here is a sample ANT task.

近期下载者

相关文件


收藏者