Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 568642752
  • Loading branch information
abenton authored and copybara-github committed Sep 27, 2023
1 parent 9d3ef16 commit cfd6106
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion nisaba/scripts/abjad_alphabet/nfc.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
To try for Urdu:
```sh
bazel build -c opt nlp/grm/language:rewrite-tester \
bazel build -c opt nlp/grm2/thrax:rewrite-tester \
nisaba/scripts/abjad_alphabet:nfc
bazel-bin/external/org_opengrm_thrax/rewrite-tester \
Expand Down
2 changes: 1 addition & 1 deletion nisaba/scripts/abjad_alphabet/reading_norm.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
To try for Urdu:
```sh
bazel build -c opt nlp/grm/language:rewrite-tester \
bazel build -c opt nlp/grm2/thrax:rewrite-tester \
nisaba/scripts/abjad_alphabet:reading_norm
bazel-bin/external/org_opengrm_thrax/rewrite-tester \
Expand Down
2 changes: 1 addition & 1 deletion nisaba/scripts/abjad_alphabet/reading_norm_utf8.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
To try for Urdu:
```sh
bazel build -c opt nlp/grm/language:rewrite-tester \
bazel build -c opt nlp/grm2/thrax:rewrite-tester \
nisaba/scripts/abjad_alphabet:reading_norm
bazel-bin/external/org_opengrm_thrax/rewrite-tester \
Expand Down
2 changes: 1 addition & 1 deletion nisaba/scripts/abjad_alphabet/reversible_roman.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
```shell
ABJAD_ALPHABET_DIR=nisaba/scripts/abjad_alphabet
bazel build -c opt nlp/grm/language:rewrite-tester \
bazel build -c opt nlp/grm2/thrax:rewrite-tester \
${ABJAD_ALPHABET_DIR}:reversible_roman
bazel-bin/external/org_opengrm_thrax/rewrite-tester \
Expand Down
2 changes: 1 addition & 1 deletion nisaba/scripts/abjad_alphabet/visual_norm.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
To try for Urdu:
```sh
bazel build -c opt nlp/grm/language:rewrite-tester \
bazel build -c opt nlp/grm2/thrax:rewrite-tester \
nisaba/scripts/abjad_alphabet:visual_norm_byte
bazel-bin/external/org_opengrm_thrax/rewrite-tester \
Expand Down
2 changes: 1 addition & 1 deletion nisaba/scripts/brahmic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ If the script tag is not supported `brahmic.ScriptError` exception is thrown.
Example for commandline access:

```
bazel build -c opt nlp/grm/language/rewrite-tester \
bazel build -c opt nlp/grm2/thrax/rewrite-tester \
nisaba/scripts/brahmic/visual_norm.far
cat deva-words.txt |
Expand Down
2 changes: 1 addition & 1 deletion nisaba/scripts/brahmic/fixed.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
To try:
```sh
bazel build -c opt nlp/grm/language:rewrite-tester \
bazel build -c opt nlp/grm2/thrax:rewrite-tester \
nisaba/scripts/brahmic:fixed
cat /tmp/ml-latn-text.txt |
Expand Down
4 changes: 2 additions & 2 deletions nisaba/scripts/brahmic/iso.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
To try:
```sh
bazel build -c opt nlp/grm/language:rewrite-tester \
bazel build -c opt nlp/grm2/thrax:rewrite-tester \
nisaba/scripts/brahmic:iso
bazel-bin/external/org_opengrm_thrax/rewrite-tester \
Expand All @@ -31,7 +31,7 @@
To create input - output tsv:
```sh
bazel build -c opt nlp/grm/language:rewrite-tester \
bazel build -c opt nlp/grm2/thrax:rewrite-tester \
nisaba/scripts/brahmic:iso
bazel-bin/external/org_opengrm_thrax/rewrite-tester \
Expand Down
2 changes: 1 addition & 1 deletion nisaba/scripts/brahmic/nfc.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
To try each rule:
```sh
bazel build -c opt nlp/grm/language:rewrite-tester \
bazel build -c opt nlp/grm2/thrax:rewrite-tester \
nisaba/scripts/brahmic:nfc
bazel-bin/external/org_opengrm_thrax/rewrite-tester \
Expand Down
2 changes: 1 addition & 1 deletion nisaba/scripts/brahmic/reading_norm.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
To try each rule:
```sh
bazel build -c opt nlp/grm/language:rewrite-tester \
bazel build -c opt nlp/grm2/thrax:rewrite-tester \
nisaba/scripts/brahmic:reading_norm
bazel-bin/external/org_opengrm_thrax/rewrite-tester \
Expand Down
2 changes: 1 addition & 1 deletion nisaba/scripts/brahmic/visual_norm.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
To try each rule:
```sh
bazel build -c opt nlp/grm/language:rewrite-tester \
bazel build -c opt nlp/grm2/thrax:rewrite-tester \
nisaba/scripts/brahmic:visual_norm
bazel-bin/external/org_opengrm_thrax/rewrite-tester \
Expand Down
2 changes: 1 addition & 1 deletion nisaba/scripts/brahmic/wellformed.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
To try:
```sh
bazel build -c opt nlp/grm/language:rewrite-tester \
bazel build -c opt nlp/grm2/thrax:rewrite-tester \
nisaba/scripts/brahmic:wellformed
bazel-bin/external/org_opengrm_thrax/rewrite-tester \
Expand Down

0 comments on commit cfd6106

Please sign in to comment.