-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdom_wrapper.rb
49 lines (49 loc) · 4.93 KB
/
dom_wrapper.rb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
system "ruby korp_and_plot.rb --corpus familjeliv-all --variable dom_filtered --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus flashback-all --variable dom_filtered --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus bloggmix-all --variable dom_filtered --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus twitter-all --variable dom_filtered --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus svt-all --variable dom_filtered --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus webbnyheter-all --variable dom_filtered --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus da --variable dom_filtered --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus gp-all --variable dom_filtered --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus familjeliv-all --variable de_filtered --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus flashback-all --variable de_filtered --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus bloggmix-all --variable de_filtered --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus twitter-all --variable de_filtered --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus svt-all --variable de_filtered --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus webbnyheter-all --variable de_filtered --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus da --variable de_filtered --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus gp-all --variable de_filtered --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus familjeliv-all --variable dem_filtered --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus flashback-all --variable dem_filtered --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus bloggmix-all --variable dem_filtered --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus twitter-all --variable dem_filtered --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus svt-all --variable dem_filtered --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus webbnyheter-all --variable dem_filtered --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus da --variable dem_filtered --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus gp-all --variable dem_filtered --nvariants 1 --showplot no"
__END__
system "ruby korp_and_plot.rb --corpus familjeliv-all --variable de_filtered_subj --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus flashback-all --variable de_filtered_subj --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus bloggmix-all --variable de_filtered_subj --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus twitter-all --variable de_filtered_subj --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus svt-all --variable de_filtered_subj --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus webbnyheter-all --variable de_filtered_subj --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus da --variable de_filtered_subj --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus gp-all --variable de_filtered_subj --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus familjeliv-all --variable dem_filtered_obj --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus flashback-all --variable dem_filtered_obj --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus bloggmix-all --variable dem_filtered_obj --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus twitter-all --variable dem_filtered_obj --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus svt-all --variable dem_filtered_obj --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus webbnyheter-all --variable dem_filtered_obj --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus da --variable dem_filtered_obj --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus gp-all --variable dem_filtered_obj --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus familjeliv-all --variable dem_filtered_subj --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus flashback-all --variable dem_filtered_subj --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus bloggmix-all --variable dem_filtered_subj --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus twitter-all --variable dem_filtered_subj --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus svt-all --variable dem_filtered_subj --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus webbnyheter-all --variable dem_filtered_subj --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus da --variable dem_filtered_subj --nvariants 1 --showplot no"
system "ruby korp_and_plot.rb --corpus gp-all --variable dem_filtered_subj --nvariants 1 --showplot no"