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:
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
counterfromcollectionsfrom the standard library: https://docs.python.org/2/library/collections.html#collections.CounterThe list of Greek untranslatables must be composed first.
Acceptance criteria: