Preprocessing library for restaurant sentiment analysis.
pip install remla2025-team19-lib-mlfrom lib_ml.preprocessing import TextPreprocessor
preprocessor = TextPreprocessor()
processed_text = preprocessor.preprocess_text("This is a great restaurant!")
print(processed_text)