Proceedings of the Python in Science Conference 2021
DOI: 10.25080/majora-1b6fd038-01a
|View full text |Cite
|
Sign up to set email alerts
|

Social Media Analysis using Natural Language Processing Techniques

Abstract: Natural language on social media consists of free form text; no rules around grammar, capitalization, abbreviation, or writing style apply. Human language is ever evolving as new and popular abbreviations, topics and terms develop.

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1

Citation Types

0
3
0

Year Published

2021
2021
2024
2024

Publication Types

Select...
3
1

Relationship

0
4

Authors

Journals

citations
Cited by 4 publications
(3 citation statements)
references
References 0 publications
0
3
0
Order By: Relevance
“…Vectorization approaches are popular because they can be highly performant out-of-the-box for a wide range of datasets. For the purposes of this study, we used the ClinSpacy framework [ 25 ]. ClinSpacy is the R implementation of the Cui2Vec concept model [ 22 ].…”
Section: Methodsmentioning
confidence: 99%
“…Vectorization approaches are popular because they can be highly performant out-of-the-box for a wide range of datasets. For the purposes of this study, we used the ClinSpacy framework [ 25 ]. ClinSpacy is the R implementation of the Cui2Vec concept model [ 22 ].…”
Section: Methodsmentioning
confidence: 99%
“…14 Medical terms and phrases were extracted from primary care notes using named-entity recognition based on the scispaCy biomedical language model through the clinspacy R interface. 15 Negated terms were removed using the medspaCy package. Lemmatization was used to normalize across different forms of the same word (for example, “eyes” was transformed to “eye”).…”
Section: Methodsmentioning
confidence: 99%
“…For example, in natural language processing, word embedding is a term used for the representation of words for text analysis, typically in the form of a real-valued numerical vector that encodes the meaning of the word such that the words that are closer in the vector space are expected to be similar in meaning [Wik22b]. Word embeddings work great for many applications surrounding textual data [JS21]. However, passing numbers, an audio signal, or an image through a word embeddings generation method is not likely to return any meaningful numerical representation that can be used to train machine learning models.…”
Section: Introductionmentioning
confidence: 99%