Skip to content

Commit bda7a31

Browse files
committed
docs: README update
1 parent 093a847 commit bda7a31

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ A project to analyse a column of text in an Excel document and
1010
return a CSV file with the most common ngrams from that text. Output
1111
file is returned to the same directory as the input file. You can
1212
choose the maximum n-gram length, and maximum number of results (rows)
13-
returned.
13+
returned. The app defaults to looking for a column named 'Keyword' but
14+
any column name can be passed in as an argument.
1415

1516

1617
Words are tokenised with Spacy and ngrams are generated with NLTK.

0 commit comments

Comments
 (0)