mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
tlg-wotd: update cltk
This commit is contained in:
@@ -44,7 +44,7 @@ in {
|
||||
|
||||
transliteration=$(${pkgs.writers.makePythonWriter pkgs.python311 pkgs.python311Packages pkgs.python3Packages "translit.py" {
|
||||
# revert to pkgs.writers.writePython3 once https://github.com/NixOS/nixpkgs/pull/353367 is merged
|
||||
libraries = [ pkgs.python311Packages.cltk ];
|
||||
libraries = [ pkgs.python3Packages.cltk ];
|
||||
} ''
|
||||
import sys
|
||||
from cltk.phonology.grc.transcription import Transcriber
|
||||
|
||||
Reference in New Issue
Block a user