Skip to content

Commit

Permalink
adding serviceframework dependency when compile
Browse files Browse the repository at this point in the history
  • Loading branch information
allwefantasy committed Nov 5, 2018
1 parent 4004633 commit ab8432e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 12 deletions.
30 changes: 20 additions & 10 deletions dev/make-distribution.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
#!/bin/bash
mvn -DskipTests clean package \
-Ponline -Pscala-2.11 \
-Phive-thrift-server \
-Pspark-2.3.0 \
-Pdsl \
-Pcrawler \
-Passembly \
-Popencv-support \
-Pcarbondata \
-Pstreamingpro-spark-2.3.0-adaptor
rm -rf /tmp/temp_ServiceFramework
git clone --depth 1 https://github.com/allwefantasy/ServiceFramework.git /tmp/temp_ServiceFramework
cd /tmp/temp_ServiceFramework
mvn install -DskipTests -Pjetty-9 -Pweb-include-jetty-9

cd -

mvn -DskipTests clean package -pl streamingpro-mlsql -am \
-Pspark-2.3.0 \
-Pstreamingpro-spark-2.3.0-adaptor \
-Ponline \
-Pscala-2.11 \
-Pdsl \
-Pshade \
-Pcrawler \
-Phive-thrift-server \
-Pautoml \
-Pxgboost \
-Pcarbondata \
-Popencv-support
4 changes: 2 additions & 2 deletions docs/en/mlsql-build-in-algorithms.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ and priority="5.0"
-- complex features can more succinctly capture importtant information in
-- raw data. Note that too much ngram composition may increase feature space
-- too much , this makes it hard to compute.
and nGram="2,3"
and nGrams="2,3"
;

-- load the converting result.
Expand All @@ -98,7 +98,7 @@ Parameters:
|dicPaths|None|user-defined dictionary|
|stopWordPath|user-defined stop word dictionary||
|priority||how much weight should be applied in priority words|
|nGram|None|ngram,we can compose 2 or 3 words together so maby the new complex features can more succinctly capture importtant information in raw data. Note that too much ngram composition may increase feature space too much , this makes it hard to compute.|
|nGrams|None|ngram,we can compose 2 or 3 words together so maby the new complex features can more succinctly capture importtant information in raw data. Note that too much ngram composition may increase feature space too much , this makes it hard to compute.|
|split|optinal, a token specifying how to analysis the text string||


Expand Down

0 comments on commit ab8432e

Please sign in to comment.