Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Various small tweaks to documentation #493

Merged
merged 2 commits into from
Dec 4, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Minor doc tweaks.
  • Loading branch information
lintool committed Nov 30, 2018
commit 5540e1902857ab83f8a90c04bbd0639b9b0a3d60
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ Note that these regressions capture the "out of the box" experience, based on [_
+ [Experiments on Disks 1 & 2](docs/experiments-disk12.md)
+ [Experiments on Disks 4 & 5 (Robust04)](docs/experiments-robust04.md)
+ [Experiments on AQUAINT (Robust05)](docs/experiments-robust05.md)
+ [Experiments on New York Times (Core17)](docs/experiments-core17.md)
+ [Experiments on Washington Post (Core18)](docs/experiments-core18.md)
+ [Experiments on the New York Times (Core17)](docs/experiments-core17.md)
+ [Experiments on the Washington Post (Core18)](docs/experiments-core18.md)
+ [Experiments on Wt10g](docs/experiments-wt10g.md)
+ [Experiments on Gov2](docs/experiments-gov2.md)
+ [Experiments on ClueWeb09 (Category B)](docs/experiments-cw09b.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/experiments-core17.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Anserini: Experiments on [New York Times](https://catalog.ldc.upenn.edu/ldc2008t19) ([Core17](https://trec-core.github.io/2017/))
# Anserini: Experiments on the [New York Times](https://catalog.ldc.upenn.edu/ldc2008t19) ([Core17](https://trec-core.github.io/2017/))

## Indexing

Expand Down
2 changes: 1 addition & 1 deletion docs/experiments-core18.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Anserini: Experiments on [The Washington Post](https://trec.nist.gov/data/wapost/) ([Core18](https://trec-core.github.io/2018/))
# Anserini: Experiments on the [Washington Post](https://trec.nist.gov/data/wapost/) ([Core18](https://trec-core.github.io/2018/))

## Indexing

Expand Down
6 changes: 6 additions & 0 deletions docs/regressions-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
The following change log details commits to regression tests that alter effectiveness and the addition of new regression tests.
This documentation is useful for figuring why results may have changed over time.

### November 30, 2018

+ [commit e5b87f0d6c16b47d0be6cc8fd587acd20e3fbb0d](https://github.com/castorini/Anserini/commit/e5b87f0d6c16b47d0be6cc8fd587acd20e3fbb0d) Fri Nov 30 04:57:04 2018 -0800

Added default regressions for TREC 2018 Common Core Track.

### October 22, 2018

+ [commit 10255e0f15c8caca94f8d5376a2c7c9ad1f5b5fd](https://github.com/castorini/Anserini/commit/10255e0f15c8caca94f8d5376a2c7c9ad1f5b5fd) Mon Oct 22 20:54:28 2018 -0700
Expand Down
3 changes: 2 additions & 1 deletion docs/regressions.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ Details of each specific regression:
+ `disk12`: [Experiments on Disks 1 & 2](experiments-disk12.md)
+ `robust04`: [Experiments on Disks 4 & 5 (Robust04)](experiments-robust04.md)
+ `robust05`: [Experiments on AQUAINT (Robust05)](experiments-robust05.md)
+ `core17`: [Experiments on Netw York Times (Core17)](experiments-core17.md)
+ `core17`: [Experiments on the New York Times (Core17)](experiments-core17.md)
+ `core18`: [Experiments on the Washington Post (Core18)](experiments-core18.md)
+ `wt10g`: [Experiments on Wt10g](experiments-wt10g.md)
+ `gov2`: [Experiments on Gov2](experiments-gov2.md)
+ `cw09b`: [Experiments on ClueWeb09 (Category B)](experiments-cw09b.md)
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/docgen/templates/core17.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Anserini: Experiments on [New York Times](https://catalog.ldc.upenn.edu/ldc2008t19) ([Core17](https://trec-core.github.io/2017/))
# Anserini: Experiments on the [New York Times](https://catalog.ldc.upenn.edu/ldc2008t19) ([Core17](https://trec-core.github.io/2017/))

## Indexing

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/docgen/templates/core18.template
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Anserini: Experiments on [The Washington Post](https://trec.nist.gov/data/wapost/) ([Core18](https://trec-core.github.io/2018/))
# Anserini: Experiments on the [Washington Post](https://trec.nist.gov/data/wapost/) ([Core18](https://trec-core.github.io/2018/))

## Indexing

Expand Down