0

Few months ago i discuss a question about creating linguistic corpus and what i need for this purpose. Now i create a er diagram of database(Mysql) of Corpus. As i know there are some specialists in that field in StackOverflow and i want to see your point of view. er model of corpus

Meanings of some attributes:
word_text - represents the actual text or string value of a word within a sentence. For example, if you have the sentence "I love dogs," the word_text attribute would store the values "I," "love," and "dogs" for the respective words in the sentence.

Syntactic dependency - refers to the grammatical relationship between words within a sentence. This attribute captures the specific dependency or relationship of a word to another word in the sentence. For instance, in the sentence "The cat chased the mouse," the word "chased" has a syntactic dependency on the word "cat" as it acts as the verb of the sentence.

Word order - refers to the position or sequence of words within a sentence. This attribute represents the specific order or sequence of a word within its sentence. For example, in the sentence "She bought a red car," the word "red" has a word_order value of 3, indicating that it appears as the third word in the sentence.

Frequency - denotes the number of occurrences of a specific word within the corpus or a subset of the corpus. This attribute captures the frequency count or statistical information about how often a word appears in the linguistic corpus. It provides insights into the relative occurrence or prevalence of a word within the corpus.

Dear readers! Do you have some advice to this project?

I try to develop er diagram for creating a database of corpus. And i want to check the quality of this diagram by listening to the point of view of experts.

0 Answers0