# edulint: config=cs0 # if your solutions does not fulfill all requirements set in the assignment, # clearly state which requirements you meet and which you do not def frequent_ngrams(path, n, k, stopwords): pass # you can add extra arguments to this function, but clearly state how to run it if you do def detect_edges(path): pass