Download the PHP package denis-korolev/opencorpora without Composer
On this page you can find all versions of the php package denis-korolev/opencorpora. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download denis-korolev/opencorpora
More information about denis-korolev/opencorpora
Files in denis-korolev/opencorpora
Download denis-korolev/opencorpora
More information about denis-korolev/opencorpora
Files in denis-korolev/opencorpora
Vendor denis-korolev
Package opencorpora
Short Description Library to serialize opencorpora export file data from xml to objects
License MIT
Package opencorpora
Short Description Library to serialize opencorpora export file data from xml to objects
License MIT
Please rate this library. Is it a good library?
Informations about the package opencorpora
Library to serialize opencorpora export file data from xml to objects
This library will help you read Opencorpora export file. In library we have 5 processors:
- GrammemeProcessor (reads only Grammeme node)
- LemmaProcessor (reads only Lemma node)
- LinksProcessor (reads only Links node)
- LinkTypeProcessor (reads only LinkType node)
- RestrictionProcessor (reads only Restr node)
Use this processors to extract xml data to simple DTO objects. XML file opens and reads by PHP library XMLReader
and SimpleXMLElement
node by node. That why it use not a lot of memory.
Installation / Usage
Install the latest version via composer:
Here is an example of usage GrammemeProcessor
. Other processors using exactly same.
All versions of opencorpora with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4
ext-dom Version *
ext-simplexml Version *
jms/serializer Version ^3.17
symfony/cache Version ^5.4
ext-dom Version *
ext-simplexml Version *
jms/serializer Version ^3.17
symfony/cache Version ^5.4
The package denis-korolev/opencorpora contains the following files
Loading the files please wait ....