home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / wp / lancelot.zip / SENTENCE.ANA < prev    next >
Text File  |  1985-04-22  |  9KB  |  305 lines

  1. ..comment
  2. : Sentence Version 1.2  Copyright (c) 1985  Clarkson Software - WDH
  3. ..sent
  4. :.
  5. .Mr. .Mrs. .Ms .I.E. .Dr. .P.O. .A.M. .P.M. .Inc. .Etc.
  6. ..calc
  7. .#SENTENCES1 = #COUNT
  8. ..calc
  9. .#SNUMBER = 0
  10. ..start
  11. .Mr. .Mrs. .Ms .I.E. .Dr. .P.O. .A.M. .P.M. .Inc. .Etc.
  12. ..type
  13. :          Read Aloud Sentence Number #SNUMBER (of #SENTENCES1 Sentences)
  14. ..print
  15. :.
  16. ..WORD
  17. :.
  18. .That .What .Which .Who .Whoever .Whom .Whomever .Whose .After .Although .As
  19. .Because .Before .If .Once .Since .Though .Till .Unless .Until .When
  20. .Whenever .Where .Wherever .While 0
  21. :.
  22. ..calc
  23. .#REL = #COUNT
  24. ..word
  25. :.
  26. .About .Above .Across .After .Against .Along .Among .Around .At .Before
  27. .Behind .Below .Beneath .Beside .Besides .Between .Beyond .By .Concerning
  28. .Despite .Down .During .Except .Excepting .For .From .In .Inside .Into .Like
  29. .Near .Of .Off .On .Onto .Out .Outside .Over .Past .Regarding .Round .Since
  30. .Through .Throughout .Till .To .Toward .Under .Underneath .Until .Up .Upon
  31. .With .Within .Without 1
  32. :.
  33. ..calc
  34. .#PREP = #COUNT 
  35. .#X = #PREP + 1
  36. .#Y = #SLENGTH + 10
  37. .#FPREP = #Y / #X
  38. ..word
  39. :.
  40. .Is .Are .Was .Were .Am .Be .Being .Been .Aint 1
  41. :.
  42. ..calc
  43. .#COPULA = #COUNT
  44. ..word
  45. :.
  46. .Dont .Isnt .Arent .Cant .Cannot .Couldnt .Not .No .None .Neither .Nor .Wouldnt
  47. .Wont .Shouldnt .Nothing .Nobody 1
  48. :.
  49. ..calc
  50. .#NEG = #COUNT 
  51. ..count
  52. :.
  53. .10 99
  54. :.
  55. ..calc
  56. .#LWORD = #COUNT
  57. ..word
  58. :.
  59. .and .but .or .for .yet .so 1
  60. :.
  61. ..calc
  62. .#CCONJ = #COUNT
  63. ..allphrase
  64. :.
  65. .*;
  66. :.
  67. ..calc
  68. .#Z = #COUNT
  69. ..word
  70. :.
  71. .Because .Since .While .When .Which .If .Although .Though .Who .Whom 1
  72. :.
  73. ..calc
  74. .#SUB = #COUNT
  75. .#SUB1 = #SUB * 4
  76. ..calc
  77. .#F = #CCONJ + 1 + #Z
  78. .#F = #SLENGTH / #F
  79. .#F1 = #PREP * 2
  80. .#F2 = #NEG * 4
  81. .#F3 = #COPULA * 3
  82. .#F4 = #LWORD * 3
  83. .#F5 = #SLENGTH / 2
  84. ..calc
  85. .#DIFF = #F5 + #F + #F1 + #F2 + #F3 + #F4 + #SUB1
  86. .#DIFF = #DIFF / 2
  87. ..type
  88. :AT A GLANCE:
  89.  
  90.   Sentence length  #SLENGTH     Prepositions   #PREP     Long Words  #LWORD
  91.   Uses of "to be"   #COPULA     Negatives      #NEG
  92.  
  93. SUGGESTIONS FOR REVISION:
  94. ..case
  95. :.
  96. .#REL
  97. .3 3
  98. :This sentence may use 3 subordinators (which, who, because, since, etc.).
  99. Check to see if the syntax is awkward or too complex.
  100. ..case
  101. :.
  102. .#REL
  103. .4 99
  104. :This sentence may use 4 or more subordinators (which, who, because, since,
  105. etc.).  Check to see if the syntax is awkward or too complex.
  106. ..case
  107. :.
  108. .#DIFF
  109. .33 49
  110. :Is this sentence awkward or difficult?  Try to construct simpler sentences.
  111. .50 999
  112. :Surely this sentence presents difficulties for the reader.  Try cutting it in
  113. two.
  114. ..case
  115. :.
  116. .#SLENGTH
  117. .42 60
  118. :Check to see why the sentence is so long.
  119. .61 9999
  120. :Unless this sentence consists of words, phrases, or clauses linked in a
  121. parallel construction, it is just too long to be readable.
  122. ..case
  123. :.
  124. .#FPREP
  125. .1 5
  126. :Does the sentence contain too many prepositions?  Try revising to achieve a
  127. more readable and rhythmic style.
  128. ..case
  129. :.
  130. .#COPULA
  131. .1 1
  132. :The sentence uses a form of "to be."  Try replacing it with an action verb.
  133. .2 99
  134. :The sentence uses #COPULA forms of the "to be" verb.  Try using action verbs.
  135. ..case
  136. :.
  137. .#NEG
  138. .2 99
  139. :Does the sentence use too many negatives?  State your case in a positive way.
  140. ..double
  141. :.
  142. .that .had
  143. :You repeat a word.  Is this a typo?
  144. ..word
  145. :.
  146. .aspect 1
  147. :The sentence uses "aspect."  Aspect has several technical meanings (See your
  148. dictionary), but is often overused.  See if you can get along without "aspect."
  149. .Feature 1
  150. :The sentence uses "feature."  Try rewriting
  151. your sentence to delete this word. 
  152. In many instances it adds nothing to the sentence.
  153. .actually 1
  154. :The sentence uses "actually."  Try deleting it to intensify your meaning. 
  155. .awfully 1
  156. :The sentence uses "awfully."  Try deleting it to intensify your meaning.
  157. .awesomely 1
  158. :The sentence uses "awesomely."  Be advised.  This overused word
  159. inappropriate when applied to football players and other mere mortals.
  160. .Completely 1
  161. ::The sentence uses "completely."  Try deleting it to intensify your meaning.
  162. .Definitely 1
  163. :The sentence uses "definitely."  Try deleting it to intensify your meaning.
  164. .Extremely 1
  165. :The sentence uses "extremely."  Try deleting it to intensify your meaning.
  166. .nice 1
  167. :The sentence uses "nice."  Try deleting this word.  Say something concrete.
  168. .quite 1
  169. :The sentence uses "quite."  Try deleting it to intensify your meaning.
  170. .Rather 1
  171. :The sentence uses "rather."  Try deleting this qualifier.  
  172. .really 1
  173. :The sentence uses "really."  Try deleting this weak intensifier.
  174. .Somewhat 1
  175. :The sentence uses "somewhat."  Try deleting this qualifier.
  176. .Very 1
  177. :The sentence uses "very."  This overused word sometimes adds nothing to a
  178. sentence.  Try deleting it wherever it occurs.  
  179. .accordingly 1
  180. :The sentence uses "accordingly"  Try "so."
  181. .acquire 1
  182. :The sentence uses "acquire."  Try "get."
  183. .activate 1
  184. :The sentence uses "activate."  Try "begin" or "start."
  185. .aggregate 1
  186. :The sentence uses "aggregrate."  Try "total" or "whole."
  187. .ameliorate 1
  188. :The sentence uses "ameliorate."  Try "lessen."
  189. .amorphous 1
  190. :The sentence uses "amorphous."  Try "shapeless."
  191. .anomalous 1
  192. :The sentence uses "anomalous."  Try "abnormal."
  193. .antithesis 1
  194. :The sentence uses "antithesis."  Try "opposite."
  195. .abbreviate 1
  196. :The sentence uses "abbreviate."  Try "shorten."
  197. .ascertain 1
  198. :The sentence uses "ascertain."  Try "find out."
  199. .assist 1
  200. :The sentence uses "assist."  Try "help."
  201. .aqueous 1
  202. :The sentence uses "aqueous."  Try "watery."
  203. .autonomous 1
  204. :The sentence uses "autonomous."  Try "independent."
  205. .awesome 1
  206. :The sentence uses "awesome."  Be advised.  This overused word inappropriate
  207. when applied to football players and other mere mortals.
  208. .beverage 1
  209. :The sentence uses "beverage."  Try "drink."
  210. .circuitous 1
  211. :The sentence uses "circuitous."  Try "roundabout."
  212. .cognizant 1
  213. :The sentence uses "cognizant."  Try "aware" or "know."
  214. .commencement 1
  215. :The sentence uses "commencement."  Try "start" or "beginning."
  216. .compensation 1
  217. :The sentence uses "compensation."  Try "pay."
  218. .concerning 1
  219. :The sentence uses "concerning."  Try "on."
  220. .consequently 1
  221. :The sentence uses "consequently."  Try "so."
  222. .contiguous 1
  223. :The sentence uses "contiguous."  Try "near" or "touching."
  224. .coagulation 1
  225. :The sentence uses "coagulation."  Try "clotting" or "thickening."
  226. .cessation 1
  227. :The sentence uses "cessation."  Try "stop" or "pause."
  228. .conjecture 1
  229. :The sentence uses "conjecture."  Try "guess."
  230. .currently 1
  231. :The sentence uses "currently."  Try "now."
  232. .delineate 1
  233. :The sentence uses "delineate."  Try "draw."
  234. .discourse 1
  235. :The sentence uses "discourse."  Try "talk."
  236. .disengage 1
  237. :The sentence uses "disengage."  Try "free."
  238. .demonstrate 1
  239. :The sentence uses "demonstrate."  Try show."
  240. .deficit 1
  241. :The sentence uses "duplicate."  Try "copy."
  242. .effectuate 1
  243. :The sentence uses "effectuate."  Try "bring about."
  244. .expedite 1
  245. :The sentence uses "expedite."  Try "hasten" or "speed."
  246. .elucidate 1
  247. :The sentence uses "elucidate."  Try "clarify."
  248. .eliminate 1
  249. :The sentence uses "eliminate."  Try "cut out."
  250. .facilitate 1
  251. :The sentence uses "facilitate."  Try "ease" or "simplify."
  252. .feasible 1
  253. :The sentence uses "feasible."  Try "possible."
  254. .finalize 1
  255. :The sentence uses "finalize."  Try "end."
  256. .gradient 1
  257. :The sentence uses "gradient."  Try "slope."
  258. .homogeneous 1
  259. :The sentence uses "homogeneous."  Try "uniform" or "similar."
  260. .incombustible 1
  261. :The sentence uses "incombustible."  Try "fireproof."
  262. .impairment 1
  263. :The sentence uses "impairment."  Try "injury" or "harm."
  264. .initiate 1
  265. :The sentence uses "initiate."  Try "begin."
  266. .interface 1
  267. :The sentence uses "interface."  Try "connect," "match," "fit," or "join."
  268. .inundate 1
  269. :The sentence uses "inundate."  Try "flood."
  270. .miniscule 1
  271. :The sentence uses "miniscule."  Try "tiny."
  272. .nomenclature 1
  273. :The sentence uses "nomenclature."  Try "name" or "system of terms."
  274. .orientate 1
  275. :The sentence uses "orientate."  Use "orient."
  276. .obtain 1
  277. :The sentence uses "obtain."  Try "get."
  278. .optimum 1
  279. :The sentence uses "optimum."  Try "best."
  280. .potentiality 1
  281. :The sentence uses "potentiality."  Try "potential."
  282. .requisite 1
  283. :The sentence uses "requisite."  Try "needed" or "necessary."
  284. .speculate 1
  285. :The sentence uses "speculate."  Try "guess."
  286. .subsequent 1
  287. :The sentence uses "subsequent."  Try "next" or "the following."
  288. .sufficient 1
  289. :The sentence uses "sufficient."  Try "enough."
  290. .terminate 1
  291. :The sentence uses "terminate."  Try "end."
  292. .terminates 1
  293. :The sentence uses "terminates."  Try "ends."
  294. .termination 1
  295. :The sentence uses "termination."  Try "end."
  296. .utilize 1
  297. :The sentence uses "utilize."  Use the simple word "use."
  298. .verification 1
  299. :The sentence uses "verification."  Try "proof."
  300. .vitreous 1
  301. :The sentence uses "vitreous."  Try "glassy."
  302. ..clear
  303. ..stop
  304. ..end
  305.