Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 570 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 570 Bytes

Django_text_analyze

  1. /lexem
    Finding a lexeme, a role in a sentence and a morphological analysis of each word in the text
    Adding this data to the database and performing CRUD operations.
    There is also a search in all three columns.
    Downloading the resulting analysis in the CSV format.
    Uploading a CSV table to the database.

  2. /role
    Syntactic analysis of text to find links.
    Can be used for two languages: Russian, English
    Saving image in PNG using API cloudconvert

  3. /sem_synt
    Building a semantic parse tree
    It is possible to save in PNG