Keyword-Extracter
Keyword-Extracter copied to clipboard
Problem Statement: Given a particular PDF/Text document ,How to extract keywords and arrange in order of their weightage using Python?
Results
1
Keyword-Extracter issues
Sort by
recently updated
recently updated
newest added
Traceback (most recent call last): File "keyword_extract_with_weight.py", line 31, in keywords = re.findall(r'[a-zA-Z]\w+',text) File "C:\Program Files (x86)\Python38-32\lib\re.py", line 239, in findall return _compile(pattern, flags).findall(string) TypeError: cannot use a string pattern...