word-frequency
Word Frequency in text using Python but disregard stop words
This gives me a frequency of words in a text: fullWords = re.findall(r\'\\w+\', allText) d = defaultdict(int)[详细]
2023-01-05 10:35 分类:问答calling external websites from silverlight
I am writing a small silverlight app just to try silverlight. My idea is to make a small app that checks if websites are online. It works by the user inputting a URL and my app checks it uptime every[详细]
2022-12-19 23:28 分类:问答