# Split text into words words = text.split()
# Get top 500 words top_500 = word_freq.most_common(500) the top 500 repeated words in quran pdf
import re from collections import Counter # Split text into words words = text