You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: GlotScript/GlotScript.py
+66-6
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,18 @@
2
2
Author: Amir Hossein Kargaran
3
3
Date: August, 2023
4
4
5
-
Description: This code detects the script (writing system) of the given text.
5
+
Description: This code detects/separates the script(s) (writing system(s)) of the given text.
6
6
7
7
MIT License
8
8
9
-
Original code is from Meta and is based on the MIT license, with permission for distribution and modification.
10
-
The original code is capable of detecting less than 40 scripts: https://github.com/facebookresearch/stopes/blob/main/stopes/pipelines/monolingual/utils/predict_script.py
9
+
The base code (Meta, MIT license::permission for distribution and modification) is capable of detecting less than 40 scripts: https://github.com/facebookresearch/stopes/blob/main/stopes/pipelines/monolingual/utils/predict_script.py
10
+
The currently developed code supports all 161 Unicode 15.0 scripts.
0 commit comments