mirror of
https://github.com/caperren/school_archives.git
synced 2025-11-09 13:41:13 +00:00
2 lines
66 B
Python
2 lines
66 B
Python
def kwic(document, listPairs=False, ignoreWords=[]):
|
|
return [] |