This file contains hidden or 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
| git log --oneline HEAD..abs |sed '$d' | awk '{print $1}' | xargs git cherry-pick |
This file contains hidden or 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('.')) |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 (metzler@cs.umass.edu) | |
| # 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 hidden or 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 (metzler@cs.umass.edu) | |
| # 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 hidden or 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 hidden or 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> |