Using a custom tagger for python nltk.
Problem: most of examples are buggy, need to stick to nltk 3.0.1 :
pip install nltk==3.0.1
Using a custom tagger for python nltk.
Problem: most of examples are buggy, need to stick to nltk 3.0.1 :
pip install nltk==3.0.1
| [Unit] | |
| Description=Job that runs the synchro daemon | |
| #Documentation=man:foo(1) | |
| [Service] | |
| Type=forking | |
| WorkingDirectory=/home/ubuntu/app/gitbeat-sync | |
| User=ubuntu | |
| ExecStart=/usr/bin/php writer.php | |
| Restart=on-failure |
| <article class="guide"> | |
| <carousel class="deck container-fluid"> | |
| <slide class="row-fluid"> | |
| <div class="col-sm-3"> | |
| <h3>Title one</h3> | |
| <p class="lead">First lead</p> | |
| </div> | |
| <div class="col-sm-9"> | |
| <p>This is the content in the main column.</p> | |
| <ol class="big"> |
| #!/bin/bash | |
| set -e | |
| set -u | |
| set -o pipefail | |
| COMMAND=${1:-"help"} | |
| MACHINE_NAME=myapp | |
| DENV=${DENV:-"dev"} |
| # Example Dockerfile | |
| FROM hello-world |
| export NEO4J_HOME=${NEO4J_HOME-~/Downloads/neo4j-community-3.0.1} | |
| if [ ! -f data-csv.zip ]; then | |
| curl -OL https://cloudfront-files-1.publicintegrity.org/offshoreleaks/data-csv.zip | |
| fi | |
| export DATA=${PWD}/import | |
| rm -rf $DATA |
| <!-- | |
| bower install neo4j-driver | |
| bower isntall vivagraphjs | |
| python -m SimpleHTTPServer 8002 | |
| open http://localhost:8002 | |
| --> | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-type" content="text/html; charset=utf-8"> | |
| <title>Neo4j NGraph Test</title> |
| [ | |
| { | |
| "hex": "#EFDECD", | |
| "name": "Almond", | |
| "rgb": "(239, 222, 205)" | |
| }, | |
| { | |
| "hex": "#CD9575", | |
| "name": "Antique Brass", | |
| "rgb": "(205, 149, 117)" |