An open API service indexing awesome lists of open source software.

https://github.com/bjam24/agh-natural-language-processing

This respository contains projects made for the NLP course at the AGH UST in 2024 / 2025. They received maximum grade 5.0.
https://github.com/bjam24/agh-natural-language-processing

agh elasticsearch language-modeling language-modelling levenshtein llm ner neural-search nlp prompt-enginering question-answering rag regex spacy text-classificaiton text-classification

Last synced: about 2 months ago
JSON representation

This respository contains projects made for the NLP course at the AGH UST in 2024 / 2025. They received maximum grade 5.0.

Awesome Lists containing this project

README

        

# Natural Language Processing 💬
## Description
This project was made for the Natural Language Processing (NLP) course at the AGH UST in 2024/2025. All solutions are results of my work after hours, when I was solving given tasks (topics).
All tasks are provided by apohllo. Be mindful that these tasks are regularly updated and may vary in the future.
## Exercises and Topics
### 1. Regular expressions

### 2. Full text search
### 3. Levenshtein distance
### 4. Language modelling
### 5. Classification
### 6. Named entity recognition
### 7. Classification and NER with LLMs
### 8. Neural Search
### 9. Question Answering
### 10. RAG
## Technology stack
- Python
- NumPy, Pandas
- Scikit-learn
- ElasticSearch
- Hugging Face Transformers
- SpaCy
- NLTK