Skip to content

Commit

Permalink
Update features_extract.py
Browse files Browse the repository at this point in the history
Importing ngrams !
  • Loading branch information
floriancafiero authored Feb 26, 2024
1 parent 3edb443 commit 53b6f28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superstyl/preproc/features_extract.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
from builtins import sum
from collections import Counter
import nltk.tokenize
from nltk.util import ngrams
import nltk
import regex as re
#the download is a one time operation: should be placed elsewhere but I put it here for now
Expand Down

0 comments on commit 53b6f28

Please sign in to comment.