Alaaeddin103 / Rumor_verification

0 stars 0 forks source link

Additional features (NER, emojis, URL, hashtags and mentions etc.) #2

Closed taimoorkhan-nlp closed 1 week ago

taimoorkhan-nlp commented 1 week ago

I would suggest having another file additional_features_extractor.py (something similar)

For NER, emojis embeddings, features from URLs, hashtags, mentions etc. If the code is ready, we can try these additional features to see if they can help.

Alaaeddin103 commented 1 week ago

I’ve also added an additional features extractor for Named Entity Recognition (NER), emoji embeddings, and features extracted from URLs, hashtags, and mentions.