@@ -21,7 +21,7 @@ |
||
| 21 | 21 | */ |
| 22 | 22 | public function register(Container $pimple) |
| 23 | 23 | { |
| 24 | - $pimple['image'] = function ($app) { |
|
| 24 | + $pimple['image'] = function($app) { |
|
| 25 | 25 | return new Client($app); |
| 26 | 26 | }; |
| 27 | 27 | } |
@@ -21,7 +21,7 @@ |
||
| 21 | 21 | */ |
| 22 | 22 | public function register(Container $pimple) |
| 23 | 23 | { |
| 24 | - $pimple['text'] = function ($app) { |
|
| 24 | + $pimple['text'] = function($app) { |
|
| 25 | 25 | return new Client($app); |
| 26 | 26 | }; |
| 27 | 27 | } |
@@ -21,7 +21,7 @@ |
||
| 21 | 21 | */ |
| 22 | 22 | public function register(Container $pimple) |
| 23 | 23 | { |
| 24 | - $pimple['dnnlm'] = function ($app) { |
|
| 24 | + $pimple['dnnlm'] = function($app) { |
|
| 25 | 25 | return new Client($app); |
| 26 | 26 | }; |
| 27 | 27 | } |
@@ -21,7 +21,7 @@ |
||
| 21 | 21 | */ |
| 22 | 22 | public function register(Container $pimple) |
| 23 | 23 | { |
| 24 | - $pimple['simnet'] = function ($app) { |
|
| 24 | + $pimple['simnet'] = function($app) { |
|
| 25 | 25 | return new Client($app); |
| 26 | 26 | }; |
| 27 | 27 | } |
@@ -21,7 +21,7 @@ |
||
| 21 | 21 | */ |
| 22 | 22 | public function register(Container $pimple) |
| 23 | 23 | { |
| 24 | - $pimple['wordEmbedding'] = function ($app) { |
|
| 24 | + $pimple['wordEmbedding'] = function($app) { |
|
| 25 | 25 | return new Client($app); |
| 26 | 26 | }; |
| 27 | 27 | } |
@@ -21,7 +21,7 @@ |
||
| 21 | 21 | */ |
| 22 | 22 | public function register(Container $pimple) |
| 23 | 23 | { |
| 24 | - $pimple['lexer'] = function ($app) { |
|
| 24 | + $pimple['lexer'] = function($app) { |
|
| 25 | 25 | return new Client($app); |
| 26 | 26 | }; |
| 27 | 27 | } |
@@ -21,7 +21,7 @@ |
||
| 21 | 21 | */ |
| 22 | 22 | public function register(Container $pimple) |
| 23 | 23 | { |
| 24 | - $pimple['wordSimEmbedding'] = function ($app) { |
|
| 24 | + $pimple['wordSimEmbedding'] = function($app) { |
|
| 25 | 25 | return new Client($app); |
| 26 | 26 | }; |
| 27 | 27 | } |
@@ -21,7 +21,7 @@ |
||
| 21 | 21 | */ |
| 22 | 22 | public function register(Container $pimple) |
| 23 | 23 | { |
| 24 | - $pimple['comment'] = function ($app) { |
|
| 24 | + $pimple['comment'] = function($app) { |
|
| 25 | 25 | return new Client($app); |
| 26 | 26 | }; |
| 27 | 27 | } |
@@ -21,7 +21,7 @@ |
||
| 21 | 21 | */ |
| 22 | 22 | public function register(Container $pimple) |
| 23 | 23 | { |
| 24 | - $pimple['sentimentClassify'] = function ($app) { |
|
| 24 | + $pimple['sentimentClassify'] = function($app) { |
|
| 25 | 25 | return new Client($app); |
| 26 | 26 | }; |
| 27 | 27 | } |