Arrange the following sequence related to FASTUS system: A. Basic-group…
2026
Arrange the following sequence related to FASTUS system:
A. Basic-group handling
B. Structure merging
C. Tokenization
D. Complex phrase handling
E. Complex word handling
Choose the correct answer from the options given below:
C, A, D, E, B
E, A, C, D, B
C, E, A, D, B
C, E, D, A, B
- A.
1
- B.
2
- C.
3
- D.
4
Attempted by 65 students.
Show answer & explanation
Correct answer: C
In the FASTUS (Finite State Automata Text Understanding System) pipeline, processing happens in stages from simple to complex:
C. Tokenization → Break text into tokens
E. Complex word handling → Handle multi-word expressions
A. Basic-group handling → Identify noun/verb groups
D. Complex phrase handling → Build larger phrases
B. Structure merging → Combine into final structure
Final sequence: C → E → A → D → B