Download the PHP package ankane/mitie without Composer
On this page you can find all versions of the php package ankane/mitie. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package mitie
MITIE PHP
MITIE - named-entity recognition, binary relation detection, and text categorization - for PHP
- Finds people, organizations, and locations in text
- Detects relationships between entities, like
PERSON
was born inLOCATION
Installation
Run:
Add scripts to composer.json
to download the shared library:
Run:
And download the pre-trained models for your language:
Getting Started
- Named Entity Recognition
- Binary Relation Detection
- Text Categorization
Named Entity Recognition
Load an NER model
Create a document
Get entities
This returns
Get tokens
Get tokens and their offset
Get all tags for a model
Training
Load an NER model into a trainer
Create training instances
Add the training instances to the trainer
Train the model
Save the model
Binary Relation Detection
Detect relationships betweens two entities, like:
PERSON
was born inLOCATION
ORGANIZATION
was founded inLOCATION
FILM
was directed byPERSON
There are 21 detectors for English. You can find them in the binary_relations
directory in the model download.
Load a detector
And create a document
Get relations
This returns
Training
Load an NER model into a trainer
Add positive and negative examples to the trainer
Train the detector
Save the detector
Text Categorization
Load a model into a trainer
Add labeled text to the trainer
Train the model
Save the model
Load a saved model
Categorize text
History
View the changelog
Contributing
Everyone is encouraged to help improve this project. Here are a few ways you can help:
- Report bugs
- Fix bugs and submit pull requests
- Write, clarify, or fix documentation
- Suggest or add new features
To get started with development:
All versions of mitie with dependencies
ext-ffi Version >= 8.1