dev-master
9999999-devSyntax tree
MIT
The Development Requires
by mnv
v0.0.1
0.0.1.0Syntax tree
MIT
The Development Requires
by mnv
Wallogit.com
2017 © Pedro Peláez
Syntax tree
Illustration:, (*1)
, (*2)
Execute commands below:, (*3)
git clone git@github.com:mnvx/syntax-tree.git cd syntax-tree composer install cp src/api/Config/Configuration.php.tpl src/api/Config/Configuration.php
Edit configuration file: src/api/Config/Configuration.php, (*4)
Set public path as root directory for web server., (*5)
Send POST request with next params., (*6)
curl -d text="Мама мыла раму." -d format="JSON" http://<host where syntax-tree installed>, (*7)
You will achieve next result:, (*8)
[{"number":"2","text":"\u043c\u044b\u043b\u0430","children":[{"number":"1","text":"\u041c\u0430\u043c\u0430","children":[]},{"number":"3","text":"\u0440\u0430\u043c\u0443.","children":[]}]}], (*9)
Syntax tree
MIT
Syntax tree
MIT