Out Of Service
The programs listed below are obsoleted and not maintained / supported.
Please try the Allie system to experience the ALICE's performance.

Program Download

You can get three programs ALICE consists of.

*.sun files are for SunOS-sparc.

*.linuxrh files are for GNULinux-586.

*.linuxfc files are for Fedora Core 4.

*.win files are for CYGWIN.

1. Before JASMINE ( Preprocessing )        SAMPLE
     This program converts an input file format from MEDLINE to JASMINE.

       before_jasmine_medline.sun
       before_jasmine_medline.linuxrh
       before_jasmine_medline.linuxfc
       before_jasmine_medline.win
% before_jasmine_medline.* < input_file > output_file_for_JASMINE

2. JASMINE       SAMPLE
    Just A Sentence-splitter Maximizing Inteligence of kNowledge Extraction )
     This program tokenizes an input text.

        jasmine.sun
        jasmine.linuxrh
        jasmine.linuxfc
        jasmine.win
% jasmine.* < output_file_for_JASMINE > result_file_JASMINE

3. ALICE        SAMPLE
     This program extracts abbreviations from an input text.

        alice.sun
        alice.linuxrh
        alice.linuxfc
        alice.win
% alice.* < result_file_JASMINE > result_file_ALICE

4. The whole process described above can be done all at once as follows.
% before_jasmine_medline.* < input_file |  jasmine.* | alice.* > result_file_ALICE
        
5. SAMPLE
  • MEDLINE_format ( input_file )
  • JASMINE_format ( output_file_for_JASMINE )
  • ALICE_format ( output_file_for_ALICE )
  • ALICE_result ( result_file_ALICE )



  • TOP HOME