jaifar530 commited on
Commit
1084e8e
·
unverified ·
1 Parent(s): 5edecda

big update 2

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -87,7 +87,11 @@ num_words = 500
87
  # Retrieving only the first num_words words of the paragraph
88
  input_paragraph = ' '.join(word_tokenize(input_paragraph)[:num_words])
89
 
90
- # Extracting features
 
 
 
 
91
  def extract_features_AI_vs_AI_Ridge_2000_Samples(text):
92
 
93
  words = word_tokenize(text)
 
87
  # Retrieving only the first num_words words of the paragraph
88
  input_paragraph = ' '.join(word_tokenize(input_paragraph)[:num_words])
89
 
90
+
91
+
92
+
93
+
94
+ # Extracting features for AI_vs_AI_Ridge_2000_Samples
95
  def extract_features_AI_vs_AI_Ridge_2000_Samples(text):
96
 
97
  words = word_tokenize(text)