Skip to content

Update Links #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions data/speakers.json
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,9 @@
"country": "Ireland",
"avatar": "img/speakers/nabanita_roy.png",
"links": {
"linkedin": "https://www.linkedin.com/in/nabanita-roy/",
"github": "https://github.com/royn5618",
"link": "https://nroy0110.medium.com/"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion data/talks.json
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@
"type": "Talk",
"lang": "en",
"title": "Introduction to Text Analytics for Social Media Chatter",
"text": "A vast amount of textual content is available on the internet which is exponentially increasing every second. Text analytics and natural language processing (NLP) techniques allow us to analyze, evaluate and uncover actionable insights from such data. In this talk, I will discuss four key topics ~ 1. Why social media, and what kind of information does social media contain 2. Real-world applications of social media text analysis, 3. The challenges associated with social media data, and 4. Natural language processing techniques (using Python) for analyzing them for cleaning and pre-processing, semantic Analysis, and visualizations."
"text": "A vast amount of textual content is available on the internet which is exponentially increasing every second. Text analytics and natural language processing (NLP) techniques allow us to analyze, evaluate and uncover actionable insights from such data. In this talk, I will discuss four key topics ~ 1. Why social media, and what kind of information does social media contain 2. Real-world applications of social media text analysis, 3. The challenges associated with social media data, and 4. Natural language processing techniques (using Python) for analyzing them for cleaning and pre-processing, and associated NLP tasks. Resources available at: https://github.com/royn5618/Talks_Resources/tree/main/PyConSlovakia2022"
},
{
"speakers": [
Expand Down