diff options
| author | Patrick Simianer <patrick@lilt.com> | 2026-02-26 10:05:59 +0000 |
|---|---|---|
| committer | Patrick Simianer <patrick@lilt.com> | 2026-02-26 10:05:59 +0000 |
| commit | b31ace79ea5f6b3f279c544cd3a443d6fbf2a24d (patch) | |
| tree | 31f2b599fa5f6996aeb134390d58deb63eefe04a /langid-polyglot | |
| parent | 8805e95ae94d798c6441f7e1b72c90e049563f17 (diff) | |
Diffstat (limited to 'langid-polyglot')
| -rwxr-xr-x | langid-polyglot | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/langid-polyglot b/langid-polyglot index 0b0b20c..04f6b3b 100755 --- a/langid-polyglot +++ b/langid-polyglot @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import polyglot from polyglot.detect import Detector @@ -15,4 +15,3 @@ for line in fileinput.input(): except polyglot.detect.base.UnknownLanguage: print("??") pass - |
