This is a guide for aligning images.
See the full Advanced Markdown doc for more tips and tricks
This is a guide for aligning images.
See the full Advanced Markdown doc for more tips and tricks
With NLTK version 3.1 and Stanford NER tool 2015-12-09, it is possible to hack the StanfordNERTagger._stanford_jar to include other .jar files that are necessary for the new tagger.
First set up the environment variables as per instructed at https://github.com/nltk/nltk/wiki/Installing-Third-Party-Software
| #!/bin/bash | |
| mkdir my_project | |
| cd my_project | |
| echo " . . . Downloading file stanford-ner-2014-08-27.zip" | |
| # NOTE: need to update link for further versions | |
| wget http://nlp.stanford.edu/software/stanford-ner-2014-08-27.zip | |
| echo " . . . Unpacking stanford-ner-2014-08-27.zip" |
I have moved this over to the Tech Interview Cheat Sheet Repo and has been expanded and even has code challenges you can run and practice against!
\