예제 #1
0
 function __construct()
 {
     parent::__construct();
     $this->url = LTPGenerator::URL;
     $this->pattern = 'all';
     $this->format = 'json';
 }
예제 #2
0
파일: NLPTool.php 프로젝트: mozzos/nlptool
 /**
  * @return mixed
  */
 public function get()
 {
     return $this->client->get();
 }