part 8 paragraph


SUBMITTED BY: Guest

DATE: June 1, 2013, 2:52 a.m.

FORMAT: Text only

SIZE: 1.4 kB

HITS: 9910

  1. --8-
  2. 3. DATA CO~VERSION PROGRAM
  3. The paragraph generator is written in PI/I and run on
  4. the IBM 360 Model 65. It consists of two main programs:
  5. a data conversion program and a generation program. These
  6. two programs run as separate jobs. The data conversion
  7. program converts the language materials described above
  8. into compact data tables with associative links. The
  9. converted data are stored on a magnetic tape which is used
  10. as input to the generation program.
  11. During the process of paragraph generation it is
  12. desirable that the language data described in the preced-
  13. ing section remain in core storage. However, since the
  14. data base is rather l~rge, its conversion into a more
  15. compact and flexible form is desirable so that storage
  16. requirements and access time can be reduced.
  17. In view o£ the characteristics of the language data
  18. and the generation algorithm (to be described latex), we
  19. structure the data base in the following way.
  20. s. Words belonging to the same parts of speech or
  21. semantic classes are stored in consecutive locations. In
  22. the process of generation, random selection of a word
  23. from a part of speech or a semantic class is often re--
  24. quired. If words are grouped together in form of a table,
  25. a randomly selected number in a proper range can be used
  26. as an index to look up the word from the table.

comments powered by Disqus