Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.33 KB

response.md

File metadata and controls

22 lines (14 loc) · 1.33 KB

What does the response mean?

We have 8 different fields in response:

  • global_index: global_index is an array which contains pairs of starting and ending index of each exact words from given sentence.

  • punctuation_flag: Will be written

  • numeric: It identifies the words which contains any kind of numeric entity.See details here

  • verb: Regonized verb with all its classification are given as response in this entity. See details here

  • pronoun: Will be written

  • pos: PoS stands for Parts Of Speech. The PoS entity is represented with an array which contains all the possible Parts Of Speech of the word in a sentence.

  • Special entity: As the name suggests, a special entity can be a special date (for example, ২১ শে ফেব্রুয়ারী which is the International Mother Language Day), a person (for example - ড. মুহাম্মদ জাফর ইকবাল a famous author of science fictions and well-known professor), institute (for example - জাবি which is the abbreviation of Jahangirnagar University) or any other multi-word single entity.

  • Composite word: Our structural definition of composite Bengali word is - prefix (optional) + (One or) Multiple stand-alone Bengali words + suffix (optional)