[NTG-context] extracting word count from a *.words file
Philipp Gesang
gesang at stud.uni-heidelberg.de
Fri Apr 20 22:53:16 CEST 2012
Hi again,
On 2012-04-20 16:32, Jelle Huisman wrote:
> Hello all,
>
> Here is another question. Consider this test file:
>
> \starttext
> \setupspellchecking[state=start,method=2]
> \ctxlua{languages.words.threshold=3}
> \input knuth
> \stoptext
>
> Typesetting this file produces a word list 'test.words' which ends like
> this:
>
> ["threshold"]=1,
> ["total"]=122,
> ["version"]=1,
> }
>
> Is there a way to extract the value for ["total"] ('122' in this case)
> so that I can use that value somewhere else, e.g. in a project file
> where I want to present a word count.
The “.words”-file is well formed Lua code, so you can just
integrate it as a table:
········································································
\define\wordcount{%%% Displays word count.
This document consists of
\startluacode
local data = dofile"\jobname.words" %% Load data of _previous_ pass
context(data.total) %% access the requested field
\stopluacode
\space
words.%
}
\starttext
\setupspellchecking[state=start,method=2]
\ctxlua{languages.words.threshold=3}
\input knuth
\hairline
\wordcount %% call to the macro
\stoptext
········································································
> Thanks for a pointer!
Thanks as well, btw, I didn’t know the word count facility yet!
Philipp
>
> Jelle
> ___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the Wiki!
>
> maillist : ntg-context at ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
> webpage : http://www.pragma-ade.nl / http://tex.aanhet.net
> archive : http://foundry.supelec.fr/projects/contextrev/
> wiki : http://contextgarden.net
> ___________________________________________________________________________________
--
() ascii ribbon campaign - against html e-mail
/\ www.asciiribbon.org - against proprietary attachments
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
URL: <http://www.ntg.nl/pipermail/ntg-context/attachments/20120420/7b8d114e/attachment.pgp>
More information about the ntg-context
mailing list