Getting Started » History » Version 74
Prokopis Prokopidis, 2014-08-09 10:15 AM
1 | 1 | Prokopis Prokopidis | h1. Getting Started |
---|---|---|---|
2 | 2 | Prokopis Prokopidis | |
3 | 2 | Prokopis Prokopidis | Once you [[DeveloperSetup|build]] or [[HowToGet|download]] an ilsp-fc runnable jar, you can run it like this |
4 | 2 | Prokopis Prokopidis | |
5 | 70 | Prokopis Prokopidis | <pre><code>java -jar ilsp-fc-X.Y.Z-jar-with-dependencies.jar</code></pre> |
6 | 2 | Prokopis Prokopidis | |
7 | 71 | Vassilis Papavassiliou | The input from the user consists of: |
8 | 71 | Vassilis Papavassiliou | * a list of term triplets (_<relevance,term,subtopic>_) that describe a domain (i.e. this list is required in case the user aims to acquire domain-specific documents) and, optionally, subcategories of this domain. An example domain definition can be found at [[ENV_EN_topic.txt]] for the _Environment_ domain in English. |
9 | 47 | Vassilis Papavassiliou | * a list of seed URLs pointing to relevant web pages. An example seed URL list for _Environment_ in English can be found at [[ENV_EN_seeds.txt]]. |
10 | 1 | Prokopis Prokopidis | |
11 | 71 | Vassilis Papavassiliou | In case of bilingual crawling, the input from the user includes: |
12 | 71 | Vassilis Papavassiliou | * a list of term triplets (_<relevance,term,subtopic>_) that describe a domain (i.e. this list is required in case the user aims to acquire domain-specific documents) and, optionally, subcategories of this domain in both the targeted languages (i.e. the union of the domain definition in each language). An example domain definition for the English-Spanish pair can be found at [[ENV_EN_ES_topic.txt]]. |
13 | 47 | Vassilis Papavassiliou | * a seed URL list which should contain only one URL (e.g. [[ENV_EN_ES_seed.txt]]). The crawler will visit only links pointing to pages inside versions of the top domain of the URL (e.g. http://www.fifa.com/, http://es.fifa.com/ , etc.). |
14 | 47 | Vassilis Papavassiliou | |
15 | 74 | Prokopis Prokopidis | For both monolingual and bilingual crawling, the set of currently supported languages comprises de, el, en, es, fr, hr, it, ja, pt, and sr. |
16 | 73 | Prokopis Prokopidis | |
17 | 41 | Prokopis Prokopidis | There are several settings that influence the crawling process and can be defined in a configuration file before the crawling process. The default configuration file is [[crawler_config.xml]] and is included in the ilsp-fc runnable jar. Two typical customized examples are [[FMC_config.xml]] for monolingual crawls and [[FBC_config.xml]] for bilingual crawls. |
18 | 1 | Prokopis Prokopidis | |
19 | 40 | Prokopis Prokopidis | Some of the settings can also be overriden using options of the ilsp-fc runnable jar, as follows: |
20 | 38 | Prokopis Prokopidis | |
21 | 56 | Vassilis Papavassiliou | <pre><code>-a : user agent name (required) |
22 | 30 | Vassilis Papavassiliou | -type : the type of crawling. Crawling for monolingual (m) or parallel (p). |
23 | 38 | Prokopis Prokopidis | -cfg : the configuration file that will be used instead of the default (see crawler_config.xml above). |
24 | 34 | Vassilis Papavassiliou | -c : the crawl duration in minutes. Since the crawler runs in cycles (during which links stored at the top of |
25 | 34 | Vassilis Papavassiliou | the crawler’s frontier are extracted and new links are examined) it is very likely that the defined time |
26 | 34 | Vassilis Papavassiliou | will expire during a cycle run. Then, the crawler will stop only after the end of the running cycle. |
27 | 34 | Vassilis Papavassiliou | The default value is 10 minutes. |
28 | 65 | Vassilis Papavassiliou | -n : the crawl duration in cycles. The default is 1. It is proposed to use this parameter for testing purposes. |
29 | 34 | Vassilis Papavassiliou | -t : the number of threads that will be used to fetch web pages in parallel. |
30 | 67 | Vassilis Papavassiliou | -f : Forces the crawler to start a new job (required). |
31 | 34 | Vassilis Papavassiliou | -lang : the targeted language in case of monolingual crawling (required). |
32 | 1 | Prokopis Prokopidis | -l1 : the first targeted language in case of bilingual crawling (required). |
33 | 34 | Vassilis Papavassiliou | -l2 : the second targeted language in case of bilingual crawling (required). |
34 | 47 | Vassilis Papavassiliou | -u : the text file that contains the seed URLs that will initialize the crawler. In case of bilingual crawling |
35 | 28 | Vassilis Papavassiliou | the list should contain only 1 or 2 URLs from the same web doamin. |
36 | 69 | Vassilis Papavassiliou | -tc : domain definition (a text file that contains a list of term triplets that describe the targeted |
37 | 69 | Vassilis Papavassiliou | domain). If omitted, the crawl will be a "general" one (i.e. module for text-to-domain |
38 | 69 | Vassilis Papavassiliou | classification will not be used). |
39 | 67 | Vassilis Papavassiliou | -k : Forces the crawler to annotate boilerplate content in parsed text. |
40 | 42 | Vassilis Papavassiliou | -filter : A regular expression to filter out URLs which do NOT match this regex. |
41 | 1 | Prokopis Prokopidis | The use of this filter forces the crawler to either focus on a specific |
42 | 1 | Prokopis Prokopidis | web domain (i.e. ".*ec.europa.eu.*"), or on a part of a web domain |
43 | 1 | Prokopis Prokopidis | (e.g.".*/legislation_summaries/environment.*"). Note that if this filter |
44 | 44 | Vassilis Papavassiliou | is used, only the seed URLs that match this regex will be fetched. |
45 | 71 | Vassilis Papavassiliou | -u_r : This parameter should be used for bilingual craqwling when there is an already known pattern in URLs |
46 | 71 | Vassilis Papavassiliou | which implies that one page is the candidate translation the other. It includes the two strings |
47 | 71 | Vassilis Papavassiliou | to be replaced separated by ';'. |
48 | 67 | Vassilis Papavassiliou | -d : Forces the crawler to stay in a web site (i.e. starts from a web site and extracts only links to pages |
49 | 44 | Vassilis Papavassiliou | inside the same web site). It should be used only for monolingual crawling. |
50 | 67 | Vassilis Papavassiliou | -mtlen: Minimum number of tokens in cleaned document. If the length (in terms of tokens) of the cleaned |
51 | 67 | Vassilis Papavassiliou | text is less the thjis value, the document will not be stored. |
52 | 1 | Prokopis Prokopidis | -xslt : Insert a stylesheet for rendering xml results as html. |
53 | 1 | Prokopis Prokopidis | -oxslt: Export crawl results with the help of an xslt file for better examination of results. |
54 | 65 | Vassilis Papavassiliou | -dom: Title of the targeted domain (required when domain definition, i.e. tc parameter, is used). |
55 | 65 | Vassilis Papavassiliou | -dest: The directory where the results (i.e. the crawled data) will be stored. |
56 | 66 | Vassilis Papavassiliou | -of: A text file containing a list with the exported XML files (see section Output below). |
57 | 66 | Vassilis Papavassiliou | -ofh: An HTML file containing a list with the generated XML files (see section Output below). |
58 | 22 | Prokopis Prokopidis | </code></pre> |
59 | 1 | Prokopis Prokopidis | |
60 | 1 | Prokopis Prokopidis | h2. Run a monolingual crawl |
61 | 1 | Prokopis Prokopidis | |
62 | 22 | Prokopis Prokopidis | <pre><code>java -jar ilsp-fc-X.Y.Z-jar-with-dependencies.jar crawlandexport -a vpapa@ilsp.gr \ |
63 | 1 | Prokopis Prokopidis | -cfg FMC_config.xml -t 10 -type m -c 10 -lang de -of output_test1_list.txt \ |
64 | 1 | Prokopis Prokopidis | -ofh output_test1_list.txt.html -tc Automotive-seed-terms-de.txt \ |
65 | 1 | Prokopis Prokopidis | -u Automotive-seed-urls.txt -f -k -dom Automotive</code></pre> |
66 | 1 | Prokopis Prokopidis | |
67 | 71 | Vassilis Papavassiliou | <pre><code>java -jar ilsp-fc-X.Y.Z-jar-with-dependencies.jar crawlandexport -a test2 \ |
68 | 71 | Vassilis Papavassiliou | -t 10 -f -k -type m -c 5 -lang es -of output_test2_list.txt \ |
69 | 71 | Vassilis Papavassiliou | -ofh output_test2_list.txt.html -u Automotive-seed-urls.txt \ |
70 | 71 | Vassilis Papavassiliou | </code></pre> |
71 | 71 | Vassilis Papavassiliou | |
72 | 1 | Prokopis Prokopidis | h2. Run a bilingual crawl |
73 | 1 | Prokopis Prokopidis | |
74 | 71 | Vassilis Papavassiliou | <pre><code>java -jar ilsp-fc-X.Y.Z-jar-with-dependencies.jar crawlandexport -a test3 -c 10 -f -k -l1 de -l2 it \ |
75 | 1 | Prokopis Prokopidis | -t 10 -of test_HS_DE-IT_output.txt -ofh test_HS_DE-IT_output.txt.html -tc HS_DE-IT_topic.txt \ |
76 | 1 | Prokopis Prokopidis | -type p -u seed_suva.txt -cfg FBC_config.xml -dom HS</code></pre> |
77 | 71 | Vassilis Papavassiliou | |
78 | 71 | Vassilis Papavassiliou | <pre><code>java -jar ilsp-fc-X.Y.Z-jar-with-dependencies.jar crawlandexport -a test4 -c 11 -f -k -l1 es -l2 pt \ |
79 | 71 | Vassilis Papavassiliou | -t 10 -of test_F_ES-PT_output.txt -ofh test_F_ES-PT_output.txt.html \ |
80 | 71 | Vassilis Papavassiliou | -type p -u seed_uefa.txt -filter ".*uefa.com.*" </code></pre> |
81 | 71 | Vassilis Papavassiliou | |
82 | 48 | Vassilis Papavassiliou | h2. Output |
83 | 51 | Vassilis Papavassiliou | |
84 | 64 | Prokopis Prokopidis | The output of the ilsp-fc in the case of a monolingual crawl is a list of links pointing to XML files following the cesDOC Corpus Encoding Standard (http://www.xces.org/). See [[cesDOC_file]] for an example in French for the Environment domain. |
85 | 52 | Vassilis Papavassiliou | |
86 | 64 | Prokopis Prokopidis | The output of the ilsp-fc in the case of a bilingual crawl is a list of links to XML files following the cesAling Corpus Encoding Standard for linking cesDoc documents. This example [[cesAlign_file]] serves as a link between a pair of cesDOC documents in English and Greek. |