Skip to content
This repository was archived by the owner on Aug 30, 2025. It is now read-only.

Latest commit

 

History

11 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lib-ml

Preprocessing library for restaurant sentiment analysis.

Installation

pip install remla2025-team19-lib-ml

Usage

from lib_ml.preprocessing import TextPreprocessor

preprocessor = TextPreprocessor()
processed_text = preprocessor.preprocess_text("This is a great restaurant!")
print(processed_text)

About

Contains the pre-processing logic for data that is used for training or queries.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages