Sha256: c862a606e3ba84ad61fc3978110b1dd275da3bfdd499700000fa91f772066a80

Contents?: true

Size: 332 Bytes

Versions: 1

Compression:

Stored size: 332 Bytes

Contents

#!/bin/usr/env sh
# Copyright (c) 2018-present, Facebook, Inc.
# All rights reserved.
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

set -e

LG=$(basename --suffix=".txt" "${1}")

./filter_utf8 < "shard/${LG}.txt" \
    | ./dedup > "shard/${LG}.dedup"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
fasttext-0.1.0 vendor/fastText/crawl/filter_dedup.sh