@@ -18,7 +18,7 @@ |
||
| 18 | 18 | { |
| 19 | 19 | public function register(Container $pimple) |
| 20 | 20 | { |
| 21 | - $pimple['depParser'] = function ($app) { |
|
| 21 | + $pimple['depParser'] = function($app) { |
|
| 22 | 22 | return new Client($app); |
| 23 | 23 | }; |
| 24 | 24 | } |
@@ -18,7 +18,7 @@ |
||
| 18 | 18 | { |
| 19 | 19 | public function register(Container $pimple) |
| 20 | 20 | { |
| 21 | - $pimple['dnnlm'] = function ($app) { |
|
| 21 | + $pimple['dnnlm'] = function($app) { |
|
| 22 | 22 | return new Client($app); |
| 23 | 23 | }; |
| 24 | 24 | } |
@@ -18,7 +18,7 @@ |
||
| 18 | 18 | { |
| 19 | 19 | public function register(Container $pimple) |
| 20 | 20 | { |
| 21 | - $pimple['simnet'] = function ($app) { |
|
| 21 | + $pimple['simnet'] = function($app) { |
|
| 22 | 22 | return new Client($app); |
| 23 | 23 | }; |
| 24 | 24 | } |
@@ -18,7 +18,7 @@ |
||
| 18 | 18 | { |
| 19 | 19 | public function register(Container $pimple) |
| 20 | 20 | { |
| 21 | - $pimple['keyword'] = function ($app) { |
|
| 21 | + $pimple['keyword'] = function($app) { |
|
| 22 | 22 | return new Client($app); |
| 23 | 23 | }; |
| 24 | 24 | } |
@@ -18,7 +18,7 @@ |
||
| 18 | 18 | { |
| 19 | 19 | public function register(Container $pimple) |
| 20 | 20 | { |
| 21 | - $pimple['comment'] = function ($app) { |
|
| 21 | + $pimple['comment'] = function($app) { |
|
| 22 | 22 | return new Client($app); |
| 23 | 23 | }; |
| 24 | 24 | } |
@@ -18,7 +18,7 @@ |
||
| 18 | 18 | { |
| 19 | 19 | public function register(Container $pimple) |
| 20 | 20 | { |
| 21 | - $pimple['topic'] = function ($app) { |
|
| 21 | + $pimple['topic'] = function($app) { |
|
| 22 | 22 | return new Client($app); |
| 23 | 23 | }; |
| 24 | 24 | } |
@@ -18,7 +18,7 @@ |
||
| 18 | 18 | { |
| 19 | 19 | public function register(Container $pimple) |
| 20 | 20 | { |
| 21 | - $pimple['wordSimEmbedding'] = function ($app) { |
|
| 21 | + $pimple['wordSimEmbedding'] = function($app) { |
|
| 22 | 22 | return new Client($app); |
| 23 | 23 | }; |
| 24 | 24 | } |
@@ -18,7 +18,7 @@ |
||
| 18 | 18 | { |
| 19 | 19 | public function register(Container $pimple) |
| 20 | 20 | { |
| 21 | - $pimple['wordEmbedding'] = function ($app) { |
|
| 21 | + $pimple['wordEmbedding'] = function($app) { |
|
| 22 | 22 | return new Client($app); |
| 23 | 23 | }; |
| 24 | 24 | } |
@@ -18,7 +18,7 @@ |
||
| 18 | 18 | { |
| 19 | 19 | public function register(Container $pimple) |
| 20 | 20 | { |
| 21 | - $pimple['lexer'] = function ($app) { |
|
| 21 | + $pimple['lexer'] = function($app) { |
|
| 22 | 22 | return new Client($app); |
| 23 | 23 | }; |
| 24 | 24 | } |