Ejemplo n.º 1
0
 /**
  * Parse the lemma with Limelight.
  *
  * @return LimelightWord
  */
 public function parseLemma()
 {
     return $this->limelight->parse($this->lemma)->first();
 }
Ejemplo n.º 2
0
 /**
  * Parse test phrase and return LimelightResults.
  *
  * @return LimelightResults
  */
 protected function getResults()
 {
     return self::$limelight->parse('東京に行って、パスタを食べてしまった。おいしかったです!');
 }