2017 © Pedro Peláez
 

library string-span

String span utility.

image

sastrawi/string-span

String span utility.

  • Monday, December 1, 2014
  • by andylibrian
  • Repository
  • 1 Watchers
  • 0 Stars
  • 702 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 5 % Grown

The README.md

Sastrawi String Span

Build Status Scrutinizer Code Quality Code Coverage Latest Stable Version Total Downloads, (*1)

Sastrawi String Span adalah library span yang digunakan oleh library NLP (Natural Language Processing) Sastrawi lainnya. API yang digunakan terinspirasi oleh Apache NLP Span., (*2)

Cara Install

Sastrawi String Span dapat diinstall dengan Composer., (*3)

php composer.phar require sastrawi/string-span:~1

Penggunaan

<?php

// demo.php

// include composer autoloader
require_once __DIR__ . '/vendor/autoload.php';

// create span
$span = new \Sastrawi\String\Span\Span(0, 5);
$text = 'Saya belajar NLP Bahasa Indonesia.';

echo $span->getCoveredText($text) . "\n"; // Saya

Lisensi

Sastrawi String Span dirilis di bawah lisensi MIT License (MIT)., (*4)

The Versions

01/12 2014

dev-master

9999999-dev https://github.com/sastrawi/string-span

String span utility.

  Sources   Download

MIT

The Requires

  • php >=5.3

 

The Development Requires

nlp string natural language processing string span

01/12 2014

dev-development

dev-development https://github.com/sastrawi/string-span

String span utility.

  Sources   Download

MIT

The Requires

  • php >=5.3

 

The Development Requires

nlp string natural language processing string span

01/12 2014

v1.0.2

1.0.2.0 https://github.com/sastrawi/string-span

String span utility.

  Sources   Download

MIT

The Requires

  • php >=5.3

 

The Development Requires

nlp string natural language processing string span

25/11 2014

v1.0.1

1.0.1.0 https://github.com/sastrawi/string-span

String span utility.

  Sources   Download

MIT

The Requires

  • php >=5.3

 

The Development Requires

nlp string natural language processing string span

25/11 2014

v1.0.0

1.0.0.0 https://github.com/sastrawi/string-span

String span utility.

  Sources   Download

MIT

The Requires

  • php >=5.3

 

The Development Requires

nlp string natural language processing string span