Editing Python Installation
Jump to navigation
Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 49: | Line 49: | ||
* Why: For Python to process language into its base words or lemmas | * Why: For Python to process language into its base words or lemmas | ||
− | * This is an old package that I came across and liked, there may be better ones, but this did what I wanted for a couple of my applications. It cannot currently be installed with conda or pip. All the code, which I downloaded and decompressed is in each application where I use it ..../resources/HTML.py-0.04 The install is documented in the readme file, I used '''"python setup.py install"''' | + | * This is an old package that I came across and liked, there may be better ones, but this did what I wanted for a couple of my applications. It cannot currently be installed with conda or pip. All the code, which I downloaded and decompressed is in each application where I use it ..../resources/HTML.py-0.04 The install is documented in the readme file, I used '''"python setup.py install"'''. |
* May be used in EasyDB, TwitterDB | * May be used in EasyDB, TwitterDB | ||
* Links | * Links | ||
+ | |||
= Working With Someone Else's Source = | = Working With Someone Else's Source = |