Skip to content

Commit

Permalink
place metrics-tmp on root
Browse files Browse the repository at this point in the history
  • Loading branch information
Klaijan committed Nov 16, 2023
1 parent 09b451d commit b3b6b79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test_unstructured_ingest/evaluation-metrics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ SOURCE_DIR=$OUTPUT_ROOT/gold-standard/$FOLDER_NAME
mkdir -p "$SOURCE_DIR"
aws s3 cp "s3://$BUCKET_NAME/$FOLDER_NAME" "$SOURCE_DIR" --recursive --no-sign-request --region us-east-2

EXPORT_DIR="$SCRIPT_DIR"/metrics-tmp
EXPORT_DIR=$OUTPUT_ROOT/metrics-tmp

# shellcheck disable=SC1091
source "$SCRIPT_DIR"/cleanup.sh
Expand Down
2 changes: 1 addition & 1 deletion unstructured/metrics/text_extraction.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def calculate_edit_distance(
for insertion, deletion, and substitution operations in the edit
distance calculation. Default is (2, 1, 1).
return_as (str, optional): The type of result to return, one of
["score",, "distance"].
["score", "distance"].
Default is "distance".
Returns:
Expand Down

0 comments on commit b3b6b79

Please sign in to comment.