Reactive and Extensible Social Extraction and Analysis System.
This package contains just a build.gradle file that, when built, fetches all the available
pulse and crowd-pulse modules and puts them in the classpath in order to make their plugins
available for use.
Download and build the gradle script file that references all Crowd Pulse plugins.
$ wget https://github.com/frapontillo/crowd-pulse/archive/0.0.2.tar.gz -O crowd-pulse.tar.gz
$ mkdir crowd-pulse
$ tar -xfvz crowd-pulse.tar.gz -C crowd-pulse --strip-components 1
$ ./crowd-pulse/gradlew installDistCopy all .properties files and external resources (dictionaries, lists, etc.) in the
/crowd-pulse/build/install/crowd-pulse/lib directory.
Call the main executable:
$ ./crowd-pulse/build/install/crowd-pulse/bin/crowd-pulseAll plugins in the following modules are included (links to repositories):
frapontillo/pulse-email-notifyfrapontillo/crowd-pulse-social-twitterfrapontillo/crowd-pulse-social-facebookfrapontillo/crowd-pulse-data-javafrapontillo/crowd-pulse-detect-language-optimaizefrapontillo/crowd-pulse-fix-geo-profile-google-mapsfrapontillo/crowd-pulse-fix-geo-message-from-profilefrapontillo/crowd-pulse-index-unibafrapontillo/crowd-pulse-tag-babelfyfrapontillo/crowd-pulse-tag-mefrapontillo/crowd-pulse-tag-open-calaisfrapontillo/crowd-pulse-tag-wikipedia-minerfrapontillo/crowd-pulse-categorize-wikipediafrapontillo/crowd-pulse-tokenize-open-nlpfrapontillo/crowd-pulse-lemmatize-morphitfrapontillo/crowd-pulse-lemmatize-stanford-corenlpfrapontillo/crowd-pulse-lemmatize-multifrapontillo/crowd-pulse-pos-tag-open-nlpfrapontillo/crowd-pulse-pos-tag-simple-itfrapontillo/crowd-pulse-pos-tag-simple-enfrapontillo/crowd-pulse-pos-tag-simple-multifrapontillo/crowd-pulse-rem-stop-word-simplefrapontillo/crowd-pulse-infogramfrapontillo/crowd-pulse-sentiment-sentitfrapontillo/crowd-pulse-sentiment-sentiwordnet
Copyright 2015-2016 Francesco Pontillo
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.