K
KevinUK
I have a spreadsheet of over 40,000 lines for analysis. The first
column contains phrases from the British National Corpus. The other
columns contain various categorical descriptions of each phrase. This
is what I need to do (but don't know how!):
1. How to count the number of words in each phrase and write the
result to a new column.
2. How to count the number of letters in a single-word phrase and
write the result to a new column.
3. How to delete every line whose phrase contains more than one word.
4. How to delete every line whose phrase contains one word of less
than x letters.
5. How to delete lines whose phrases consist of one specific word
(e.g. 'it')
I would be very grateful for any guidance anyone can give. Many
thanks.
Kevin Glover
column contains phrases from the British National Corpus. The other
columns contain various categorical descriptions of each phrase. This
is what I need to do (but don't know how!):
1. How to count the number of words in each phrase and write the
result to a new column.
2. How to count the number of letters in a single-word phrase and
write the result to a new column.
3. How to delete every line whose phrase contains more than one word.
4. How to delete every line whose phrase contains one word of less
than x letters.
5. How to delete lines whose phrases consist of one specific word
(e.g. 'it')
I would be very grateful for any guidance anyone can give. Many
thanks.
Kevin Glover