FACTS ERP Internship Day #20
Date: 13 July 2023
Name: Varshita Kalavagunta
Tasks Done:
•Created few backlinks for FACTS ERP.
•Learning about NLP (Natural Language Processing)
What I’ve learned/implemented:
•Text Representation: different methods for representing text data numerically, including bag-of-words, n-grams, term frequency-inverse document frequency (TF-IDF), word embeddings (e.g., Word2Vec, GloVe), and contextual word embeddings (e.g., BERT, GPT).
•Named Entity Recognition (NER): approaches for identifying and classifying named entities, such as persons, organizations, locations, dates, and other specific entities, in text.
•Part-of-Speech Tagging (POS): about assigning grammatical tags to words in a sentence, such as nouns, verbs, adjectives, and adverbs. Explore different techniques and tagsets used in POS tagging.