This is a rest application which accepts text and parse this text as plant name. Result will be returned as json structure with plant name parts.
https://github.com/AGanyushkin/plant-name-parser-service
It is Spring Boot application with parser which was implemented in ANTLR parser generator.
you can try this service as described in sample below
### Parse plant name request
POST https://landscape-architecture.ru/api/v1/parse
Content-Type: application/json
{
"text": "Дуб черешчатый sel. Элсендорп"
}