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
Write a function to parse both LXX and Vulgate text, cleaning it from all that's not a legal Greek/Latin word and then feed it's result to the functions computing zipf's law. Use counter from collections from the standard library: https://docs.python.org/2/library/collections.html#collections.Counter
The list of Greek untranslatables must be composed first.
Acceptance criteria:
The text was updated successfully, but these errors were encountered:
Write a function to parse both LXX and Vulgate text, cleaning it from all that's not a legal Greek/Latin word and then feed it's result to the functions computing zipf's law. Use
counter
fromcollections
from the standard library: https://docs.python.org/2/library/collections.html#collections.CounterThe list of Greek untranslatables must be composed first.
Acceptance criteria:
The text was updated successfully, but these errors were encountered: