jaifar530
commited on
big update 2
Browse files
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 |
-
|
|
|
|
|
|
|
|
|
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)
|