This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WORD ABBREVIATIONS LANGUAGE CODES | |
's-Graveland n.a. dut | |
's-Gravenhage n.a. dut | |
's-Gravenmoer n.a. dut | |
's-Heerenberg n.a. dut | |
's-Hertogenbosch n.a. dut | |
-agōgē -ag. gre | |
-aineisto -ain. fin | |
-Alföld -Alf. hun | |
-arvio n.a. fin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<parameters> | |
<stopper> | |
<word>a</word> | |
<word>about</word> | |
<word>above</word> | |
<word>according</word> | |
<word>across</word> | |
<word>after</word> | |
<word>afterwards</word> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
feature-id,feature-description,stream,comments | |
1,covered query term number,body, | |
2,covered query term number,anchor, | |
3,covered query term number,title, | |
4,covered query term number,url, | |
5,covered query term number,whole document, | |
6,covered query term ratio,body, | |
7,covered query term ratio,anchor, | |
8,covered query term ratio,title, | |
9,covered query term ratio,url, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl | |
# | |
# Perl subroutine that generates Indri dependence model queries. | |
# | |
# Written by: Don Metzler ([email protected]) | |
# Last updated: 06/27/2005 | |
# | |
# Feel free to distribute, edit, modify, or mangle this code as you see fit. If you make any interesting | |
# changes please email me a copy. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl | |
# | |
# Perl subroutine that generates Indri dependence model queries. | |
# | |
# Written by: Don Metzler ([email protected]) | |
# Last updated: 06/27/2005 | |
# | |
# Feel free to distribute, edit, modify, or mangle this code as you see fit. If you make any interesting | |
# changes please email me a copy. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\begin{tabular}{r@{$.$}l} | |
$3$ &$14$ \\ | |
$9$ &$80665$ | |
\end{tabular} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<parmeters> | |
<memory>128G</memory> | |
<index>myindex</index> | |
<storeDocs>true</storeDocs> | |
<stemmer><name>krovetz</name></stemmer> | |
<corpus> | |
<path>/path/to/corpus</path> | |
<class>warc</class> | |
<inlink>/path/to/links/sorted</inlink> | |
</corpus> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# build sdm template file | |
awk -F\; 'BEGIN { | |
print "<parameters>" | |
} | |
{ | |
"./dm.pl \"" $2 "\" sd 1WFI 1WOD 1WUW" | getline qry | |
printf "<query><number>%s</number><text>%s</text></query>\n", $1, qry | |
} | |
END { | |
print "</parameters>" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://blog.archive.org/developers/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
:g/^/p| call system(getline('.')) |
NewerOlder