mirror of
https://github.com/ArthurIdema/Zoekeend-Phrase-Indexing.git
synced 2026-03-26 22:14:10 +00:00
Added descriptions to files
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
# This script can be used to run an automated CIFF indexing, searching and evaluation process (with bigrams)
|
||||
# Settings
|
||||
DB="database.db"
|
||||
OUT="results.txt"
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#!/bin/bash
|
||||
# This script can be used to run an automated zoekeend indexing, searching and evaluation process (no bigrams)
|
||||
set -e
|
||||
|
||||
# Settings
|
||||
|
||||
@@ -1,4 +1,6 @@
|
||||
#!/bin/bash
|
||||
# This script can be used to run a batch of phrase indexing experiments with varying parameters
|
||||
# Like the minimum frequency and minimum PMI thresholds, to use stopwords or not etc.
|
||||
set -e
|
||||
|
||||
DB_BASE="database"
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
# This script can be used to display results (CiP, MAP, etc.) from a batch of experiments, given a folder
|
||||
set -euo pipefail
|
||||
|
||||
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
||||
|
||||
Reference in New Issue
Block a user