Skip to content

danjamker/N-Fly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project N-Fly

This is my Final Year Project at Lancaster University.

Authors

Daniel Kershaw

Version

0.1 of 26/01/2011

Install - UNIX

To run the system first run the install script, ./install.sh as this will install all needed dependencies of the code. This is for UNIX only.

>>> ./install.sh

Once installed run Python command line following the instructions to download all the data from the NLTK servers.

>>> import nltk nltk.download() ...

Install - Win32

You will need to obtain the following packages and install them on your computer using an administrator account:

Once installed run Python command line following the instructions to download all the data from the NLTK servers.

>>> import nltk nltk.download() ...

Run

Navigate to root source code directory, and depending on the system run the command bellow.

  • UNIX:

>>> python ./main/main.py

  • Windows:

>>> ./main/main.py

All copy right over the code is held by (Daniel Kershaw), unless stated other wise stated.

AmE06 and BE06 are held by Lancaster University.

About

NLP Keyword Extraction for Online Advertising Systems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published