mirror of
https://github.com/marvinscham/masterthesis-playground.git
synced 2026-03-22 08:22:43 +01:00
Add helper stuff for figures, cleanup
This commit is contained in:
@@ -9,8 +9,6 @@ import pandas as pd
|
||||
from sentence_transformers import SentenceTransformer
|
||||
from tqdm import tqdm
|
||||
|
||||
## Usage: python prepare_corpus.py --input_tab your_reviews.tab --out_dir out
|
||||
|
||||
|
||||
def simple_clean(text: str) -> str:
|
||||
if not isinstance(text, str):
|
||||
|
||||
Reference in New Issue
Block a user