home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 2: PC / frozenfish_august_1995.bin / bbs / d07xx / d0744.lha / Statistics / Statistics1.26.doc < prev    next >
Text File  |  1992-10-12  |  5KB  |  146 lines

  1.  
  2.  
  3.  
  4.  
  5. At first
  6. --------
  7.  
  8. This program is freeware and all copyrights belong to the author.
  9. The program cannot be used for commercial purposes without written permission
  10. from the author.
  11. If you have suggestions or remarks about this program, or if you find
  12. any bugs, please let me know.
  13. My adress:
  14.  
  15.                                 Nico Max
  16.                                 Gerⁿstbauerring 15
  17.                                 O-2520 Rostock 27
  18.                                 Germany
  19.  
  20. The program uses the requester library, copyright (c)1989, 1990 by Colin Fox
  21. and Bruce Dawson. This library is freeware.
  22.  
  23.  
  24. ---------------------------------------------------------------------------
  25. The reason to write Statistics was, that I nowhere have found a program,
  26. wich can give any statistical informations about an ASCII-text. So I had to
  27. program this one myself.
  28.  
  29. Which informations can Statistics give out?
  30.  The number of:  -letters,
  31.                  - words and
  32.                  - sentences
  33.  
  34. with a seperate addition of:
  35.                  - normal,
  36.                  - interrogative and
  37.                  - affirmative clauses.
  38.  
  39. The number of:   - lines,
  40.                  - breaks and
  41.                  - pages, with 65 lines per page.
  42.  
  43. Also Statistics calculates the average number of letters per word and the
  44. average number of words per sencence for the whole text.
  45.  
  46. Any questions for using Statistics?  It`s all no problem!  The usage is as
  47. easy as imaginable.
  48. To start it, you have two ways:
  49.  
  50. at first via CLI:
  51.    There you can easiely write "Statistics" or "run Statistics" to start it,
  52.    but make sure, that "run" is on your bootdisk.
  53.  
  54. via workbench:
  55.    A  doubleclick on the right icon will start Statistics.
  56. note: Statistics does`nt check, if you have started it using shift and
  57.    doubleckick on the icon of an ASCII-Text.
  58.  
  59. After starting, the program opens a screen, where you have 5 gadgets for
  60. using.
  61.  
  62. load file
  63. *********
  64. With the filerequester you can now select each file you want to check.
  65. If no errormessage appeara on the screen, Statistics loads the chosen file.
  66. Before loading, three errors are possible to coming up:
  67.                            - Not enough memory available.
  68.                If this errormessage is coming up, the selected file is to
  69.                large for loading and enough memory is`nt available.
  70.  
  71.                            - Error while opening file!
  72.                The program could`nt open the selected file. This can
  73.                happen, if the file for example does not exist.
  74.  
  75.                            - Error while reading file!
  76.                This can happen, if there is for example an read-write-error
  77.                on your disk.
  78.  
  79. Statistics does`nt check the file for being an ASCII-Text. So you can loading
  80. executeables, but then the results of checking don`t make any sense.
  81.  
  82.  
  83. check file
  84. **********
  85. After loading, this should be the next gadget for you to chose. Here
  86. Statistics writes on the screen all calculated informations. While working, a
  87. controlwindow shows you the working status.
  88.  
  89.  
  90. word statistic
  91. **************
  92. These function works only then correct, if you at least have chosen once the
  93. "check file" button.
  94. Statistics adds all words with the same number of letters together. Words
  95. with more than 19 letters will add together without any further separation.
  96. "word Statistic" shows you the results of these calculation.
  97.  
  98. about
  99. *****
  100. A little information to statistics
  101.  
  102. quit
  103. ****
  104. If you want to leave the program, a push on "quit" is enough.
  105.  
  106.  
  107. Some words to the Checking-algorithm:
  108.     For Statistics letters are: - all from a to z,
  109.                                 - A to Z and
  110.                                 - Σ,÷,ⁿ,─,╓,▀
  111.  
  112.     Statistics checks words like these: - hello
  113.                                         - Baker&Co
  114.                                         - asm-one_v1.01
  115.                                         - 24.12.
  116.                                         - 13th
  117.                                         - does'nt
  118.      and of course divided words.
  119.  
  120.  
  121. At least a note: I can`t give a guarantee, that Statistics works under
  122.                  Kickstart 2.0. Up to now I don`t had the chance to test it
  123.                  under Kick 2.0. Should you have any trouble running
  124.                  Statistics, please write to me with the full specifications
  125.                  of your machine, that is KickStart version, model etc...
  126.  
  127.                  For some tips to programming I'm always grateful.
  128.                 (especially how to detach from the CLI, I don't know.)
  129. ***********************************************************************
  130. Program history:
  131.  
  132. Statistics 1.0  - req.library support
  133.                 - normal CON-window
  134.  
  135. Ver. 1.26       - customscreen
  136.                 - gadgets
  137.                 - work-controlwindow
  138.                 - better algorithm for the wordstatistic function
  139.                 - some bugs fixed
  140.  
  141.  
  142.  
  143. Statistics 1.26 written by Nico Max, using the ASM-One Assembler
  144.                 special greetings to Daniel, Birger and Buggs.
  145.  
  146. (c) 1992    Thanks to Amiga for being the best computer ever!