Mausul commited on
Commit
46eac72
·
verified ·
1 Parent(s): dce053c

Update bafco_dla/README.md

Browse files
Files changed (1) hide show
  1. bafco_dla/README.md +1 -1
bafco_dla/README.md CHANGED
@@ -48,5 +48,5 @@ forms = json.load(open(os.path.join(root, "all_annotations.json"), encoding="utf
48
  img = os.path.join(root, *forms[0]["local_images"][0].split("/"))
49
  ```
50
 
51
- Read/write JSON as UTF-8. Folder names are Bengali; normalize with `unicodedata.normalize("NFC", s)`
52
  before cross-system filename comparisons.
 
48
  img = os.path.join(root, *forms[0]["local_images"][0].split("/"))
49
  ```
50
 
51
+ Read/write JSON as UTF-8. Folder names are in Bangla; normalize with `unicodedata.normalize("NFC", s)`
52
  before cross-system filename comparisons.