The SPECIALIST Lexicon

Citation Form Table

I. Inputs

  • LEXICON.ascii

II. Outputs

  • File: citationFormTable.data
  • Format:
    Citation FormCategory

III. Algorithm

  • Get citation form table
    shell>GetCitationFormTable LEXICON.ascii citationFormTable.data.org
    • Read in LEXICON.ascii and convert LexRecords to Java Objects
    • Go through each LexRecord and print out (to citationFormTable.data.org)
      • citation (lowercase)
      • category (in name)

  • Sort and unify:
    sort -u citationFormTable.data.org > citationFormTable.data

  • Check pure ASCII