Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Assume that we are in an alien world and their languages are different and only contains the following vocabulary [delta, gamma, alpha, beta, sigma, derivative,
- Assume that we are in an alien world and their languages are different and only contains the following vocabulary [delta, gamma, alpha, beta, sigma, derivative, summation]. Their parts-of-speech tags are given as [A,B,C,D].
You are given a task to assign tags using Hidden Markov Model for the given test sentence.
Given the following sentences as training examples.
Sentence1: delta gamma sigma summation Tags:[A,B,C,A]
Sentence 2: alpha, sigma, beta derivative Tags:[ A,C,D,A]
Sentence 3: derivative gamma delta beta Tags:[A,B,B,D ]
Sentence 4: sigma summation beta alpha Tags:[ C,B,C,D ]
Sentence 5: [alpha beta sigma derivative] Tags:[ ABCA]
Test Sentence: [alpha gamma beta sigma]
- Please calculate transition probabilities
- Calculate emission probabilities
- How many possible tag sequences (paths) can be generated for the given test sentence?
- Assign possible tags for the given test sentence following maximum likelihood calculation. Please show details likelihood calculation for all the optimized tag sequences.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started