part 9 paragraph


SUBMITTED BY: Guest

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

FORMAT: Text only

SIZE: 1.5 kB

HITS: 9894

  1. --9--
  2. b. The data storage for each entry of the glossary
  3. is of variable length, since the lists of dependents,
  4. governing probabilities, hypernyms and semantic classes
  5. associated with the entries are of variable length.
  6. c. Word numbers in the lists of dependents and
  7. semantic classes are replaced by pointers, which identify
  8. the locations where the word numbers are actually stored.
  9. Thus, data tables containing different types of informa-
  10. tion are linked to one another, and access to this informa-
  11. tion can be carried out by straight table lookup.
  12. In keeping with these prlnciples, data tables of the
  13. form shown in Fig. i have been constructed. An example
  14. will illustrate the organization of the data base and the
  15. procedure of setting up these data tables. As a noun,
  16. represented by word number 2466, and its associated
  17. language data are read from the input unit, the word
  18. number is stored in the block in table (i) reserved for
  19. nouns. The last three digits of the word number are used
  20. as an index to a location in the lookup table (2), where
  21. the word number 2466 and its address in table (i), i.e.
  22. 309, are stored. If the location in table (2) has been
  23. occupied (when more than one word has the same last three
  24. digits), the word number and its address are stored at the
  25. first unused space in table (2) following that location.
  26. Table (2) allows us to replace word numbers with their
  27. addresses after all data have been processed.

comments powered by Disqus