Skip to content

Commit 346aa19

Browse files
author
AndrewTrotman
committed
quantize
1 parent e5db071 commit 346aa19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index_core17

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ cwd=$(pwd)
88

99
# do the indexing job using ATIRE
1010
cd $COLLECTION/data
11-
$cwd/JASSv2/atire/bin/index -N10000 -findex $cwd/index.aspt -rrtrec:tag:nitf:doc-id 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007
11+
$cwd/JASSv2/atire/bin/index -N10000 -sa -QBM25 -findex $cwd/index.aspt -rrtrec:tag:nitf:doc-id 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007
1212

1313

1414
# now convert the index into a JASS index
15-
cd $(cwd)
15+
cd $cwd
1616
JASSv2/JASSv1/atire_to_jass_index index.aspt -G

0 commit comments

Comments
 (0)