We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 093a847 commit bda7a31Copy full SHA for bda7a31
README.md
@@ -10,7 +10,8 @@ A project to analyse a column of text in an Excel document and
10
return a CSV file with the most common ngrams from that text. Output
11
file is returned to the same directory as the input file. You can
12
choose the maximum n-gram length, and maximum number of results (rows)
13
-returned.
+returned. The app defaults to looking for a column named 'Keyword' but
14
+any column name can be passed in as an argument.
15
16
17
Words are tokenised with Spacy and ngrams are generated with NLTK.
0 commit comments