Ask Your Question
0

Word Count is counting citations as words

asked 2012-10-03 19:10:18 +0200

anonymous user

Anonymous

updated 2013-02-03 10:29:27 +0200

anonymous user

Anonymous

Word count is treating citations as words. For example, the citations (89) or (7) are counted as words. Is it possible to prevent this somehow?

delete close flag offensive retag edit

2 Answers

Sort by » oldest newest most voted
1

answered 2012-10-18 19:07:47 +0200

stfhell gravatar image stfhell
51 2

updated 2012-10-18 19:09:26 +0200

Citations consist of numbers, and numbers are words. The algorithm for word count is fixed, but you can "find & replace" all numbers in brackets before you take a word count. Save the doc, disable "record changes" (if enabled) and use the "Find & Replace" dialogue, enable "Regular Expression" find and replace the pattern

\([:digit:]{1,}\)

with an empty string ("Replace All"). Of course, reload the document without saving it before.

link delete flag offensive edit

Comments

Anonymous -- Feel free to file an enhancement bug and ask for configurable options for spellcheck (e.g. a switch to not count citations).

qubit ( 2013-03-02 06:58:46 +0200 )edit

@qubit – "Feel free to file an enhancement bug..."

OP has reported → Bug 55586 - Word Count Treats Citations as Words.

Now marked as duplicate of → Bug 55359 - Word count gives wrong results.

See also → 4.0 New Features and Fixes · Writer · "Allow extra word boundary characters ..."

(fixed in fdo#38983).

manj_k ( 2013-03-03 14:55:23 +0200 )edit
0

answered 2012-10-19 08:24:22 +0200

ROSt52 gravatar image ROSt52 flag of Japan
1906 30 32

There is a certain sense in counting citations as words. Typically an article has a maximum lenght of words as a limit for printing space. Thus it is important to count citations as they require space. On the other side, the number of citations should normally very much smaller than the number of real words.

What are examples, where citations should not be counted?

link delete flag offensive edit

Login/Signup to Answer

Donate

LibreOffice is made available by volunteers around the globe, backed by a charitable Foundation. Please support our efforts: Your donation helps us to deliver a better product!

Question tools

Follow
1 follower

subscribe to rss feed

Stats

Asked: 2012-10-03 19:10:18 +0200

Seen: 140 times

Last updated: Oct 19 '12