Difference: LkbInstallation (1 vs. 4)

Revision 419 Jan 2008 - DavidLandan

Line: 1 to 1
 
META TOPICPARENT name="GrammarEngineeringFAQ"

Grammar Engineering Frequently Asked Questions

Line: 19 to 19
  Wubi, although I don't really recommend it. It messes up your computer... FYI, It takes about 30 minutes to install Ubuntu.

Added:
>
>
Note
If you wanted a dual-boot machine, it seems to work best if you partition your drive with the Windows utility (without formatting the new partition). Then boot from the Ubuntu CD and install to the largest continuous free space (the partition you just created). I strongly recommend also making sure all the drivers work (and maybe even being somewhere that you can have a wired Internet connectoin) before doing your Ubuntu install.

 
  1. After installing Ubuntu, install emacs if you don't have it.

Any linux distribution comes with Emacs, but it might not be pre-installed. Go to Applications -> Add/Remove, and look for Emacs.

Revision 312 Jan 2008 - MayoKudo

Line: 1 to 1
 
META TOPICPARENT name="GrammarEngineeringFAQ"

Grammar Engineering Frequently Asked Questions

Line: 39 to 39
  export DELPHINHOME=/home/mayo/delphin
Added:
>
>
OR

export DELPHINHOME=~/delphin

 NOTE: "/home/mayo/" should be replaced with yours, obviously... The automatic LKB installation would tell you what your path is.
Added:
>
>
  1. Edit your dot.emacs file

Go to ~/delphin/lkb/etc, and open dot.emacs. Change Line 63.

(load "fi-site-init" nil t)

to

(load "~/delphin/eli/fi-site-int" nil t)

  (Thanks to Mayo Kudo for documenting her exerience.)

Revision 212 Jan 2008 - MayoKudo

Line: 1 to 1
 
META TOPICPARENT name="GrammarEngineeringFAQ"

Grammar Engineering Frequently Asked Questions

Line: 9 to 9
  Here is what worked in 2008:
Changed:
<
<
  1. install ubuntu
  2. install emacs if you don't have it
  3. install LKB
  4. At the end of the LKB installation, it'll ask you to put some lines in your .emacs file, so do that.
  5. in your .bashrc, put the following lines:
>
>
  1. Install ubuntu

You can either buy a book that comes with a Ubuntu disk or burn a disk yourself from the official Ubuntu website. If you want to get a linux-only machine, back up all your system before installing Ubuntu, and install Ubuntu. If you want to get a dual-boot machine, first, defragment your disk a couple of times to get a good chunk of free space on your disk before installing Ubuntu. In case you don't know how to defragment your disk, go to Start -> All Programs -> Accessories -> System Tools -> Disk Deframgenter. It might say that you don't need to defragment, but defragment it anyway. You may also want to look into Wubi, although I don't really recommend it. It messes up your computer... FYI, It takes about 30 minutes to install Ubuntu.

  1. After installing Ubuntu, install emacs if you don't have it.

Any linux distribution comes with Emacs, but it might not be pre-installed. Go to Applications -> Add/Remove, and look for Emacs.

  1. Install LKB (automatic installation.)

Open your terminal, follow the LKB instructions.

  1. At the end of the LKB installation, it'll ask you to put some lines in your .emacs file, so do that.

You may have to create your .emacs file first. Open your emacs, and press Ctrl-x-f, and type ~/.emacs at the bottom of your emacs window.

  1. In your .bashrc (which is in your home directory), put the following lines:
  LD_LIBRARY_PATH=$DELPHINHOME/lkb/lib/linux.x86.32:$LD_LIBRARY_PATH
Added:
>
>
 export LD_LIBRARY_PATH
Added:
>
>
 export DELPHINHOME=/home/mayo/delphin
Changed:
<
<
NOTE: "/home/mayo/" should be replaced with yours, obviously...
>
>
NOTE: "/home/mayo/" should be replaced with yours, obviously... The automatic LKB installation would tell you what your path is.
 

(Thanks to Mayo Kudo for documenting her exerience.)

Revision 112 Jan 2008 - EmilyBender

Line: 1 to 1
Added:
>
>
META TOPICPARENT name="GrammarEngineeringFAQ"

Grammar Engineering Frequently Asked Questions

I want to install the LKB on my local machine, what should I do?

The LKB can downloaded from the DELPH-IN website, for both Windows and Linux. (There is a Mac version as well, but with only limited support.) If you want the full functionality, including [incr tsdb()], you need to install the Linux version.

Here is what worked in 2008:

  1. install ubuntu
  2. install emacs if you don't have it
  3. install LKB
  4. At the end of the LKB installation, it'll ask you to put some lines in your .emacs file, so do that.
  5. in your .bashrc, put the following lines:

LD_LIBRARY_PATH=$DELPHINHOME/lkb/lib/linux.x86.32:$LD_LIBRARY_PATH export LD_LIBRARY_PATH export DELPHINHOME=/home/mayo/delphin

NOTE: "/home/mayo/" should be replaced with yours, obviously...

(Thanks to Mayo Kudo for documenting her exerience.)


Back to FAQs page

Back to main course page

-- EmilyBender - 12 Jan 2008

 
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback