japerk / nltk3-cookbook

Code for NLTK3 Cookbook
142 stars 98 forks source link

how do I install this for import? #4

Open TimFH opened 7 years ago

TimFH commented 7 years ago

I can download it but there's no wheel or egg or anything in it to install it so it can be imported the way everything in nltk can be. Please fill me in (odd, that the book constantly reminds readers to unzip things in nltk but does not say how to set this up for easy access although it implies (beginning of "Replacing Words Matching Regular Expressions") that this should be possible...).

japerk commented 7 years ago

Hi, this repo is not designed as a installable library. It's just a collection of the code presented in the book. You're welcome to download the individual modules to use however you want.