It analyzes the given article and parses it for sentiment analysis.
-
Open Google Collab
-
Upload the .ipynb file.
-
Goto #Load the data cell and load the CV and Job Description as docx file.
-
Upon running the respective cells the last cell produces the following output.
The Article is [Positive] or [Negative] or [Neutral]
-
0.1.0
- The first proper release
-
0.0.1
- Work in progress
Anirudh Tulasi – @AnirudhTulasi – [email protected]
- Fork it (https://github.com/anirudhtulasi/PythonScraper/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request