We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5db071 commit 346aa19Copy full SHA for 346aa19
index_core17
@@ -8,9 +8,9 @@ cwd=$(pwd)
8
9
# do the indexing job using ATIRE
10
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
+$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
12
13
14
# now convert the index into a JASS index
15
-cd $(cwd)
+cd $cwd
16
JASSv2/JASSv1/atire_to_jass_index index.aspt -G
0 commit comments