Commit d8b97ddf authored by delanoe's avatar delanoe

[FIX] Exec for partitions.

parent 9ed1dc75
......@@ -15,6 +15,7 @@ from analysis.periods import phylo_clusters
from ngram.occurrences import compute_occs
from analysis.periods import get_partitions
def ngram_workflow(corpus, n=5000):
'''
......@@ -65,4 +66,6 @@ if __name__ == "__main__":
#importNgramList(corpus, "list.csv")
#phylo_clusters(corpus, range(2012,2016))
get_partitions(corpus)
#ngram_workflow(corpus)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment