asked 20.7k views
4 votes
We sometimes encounter ambiguous letters when reading handwritten words, but we can still interpret the words. For example, the same shape can be interpreted as an A in CAT but an H in THE. At what level of analysis does the feature net resolve this issue?

asked
User DanZimm
by
8.1k points

1 Answer

3 votes

Answer:

The bigram level

Step-by-step explanation:

The bigram level of analysis is an example of the N-gram model(as we can also have trigram). It is used in statistical language models to calculate probability and interprete letters in words based on previous occurrence(preceding word). In other words a bigram(less commonly called digram) makes prediction using conditional probabilities that are based on previous word. A tigram would do just same thing but predicts based on two preceding words.

answered
User Gabe Hollombe
by
7.3k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.