Skip to content

Commit

Permalink
Update preprocess.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MathiasExorde authored Oct 31, 2024
1 parent 6a6cb0f commit c029e49
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions exorde/preprocess.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
import re
from exorde_data import Content
import logging

logging.basicConfig(level=logging.INFO)


def preprocess_text(text: str, remove_stopwords: bool) -> str:
Expand Down

0 comments on commit c029e49

Please sign in to comment.