You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to parse sentences from a corpus, and in the output there are numbers as shown in the attached image (e.g., '0', '0', '1,2', etc.). A file describing the output format stated:
%f[N1,N2,N3...]` | Display the N1, N2, and N3rd background, "," as the elimita
%FC[N1,N2,N3...] | The N1, N2, and N3rd background, C is displayed as a delimiter.However, if the element is empty, the display will be omitted. (Example) F-[0,1,2]
In this case, are these what the numbers are displaying? If so, what do the numbers mean exactly?
Also, is there any dependency tagging that we can use to extract nominal phrases?
The text was updated successfully, but these errors were encountered:
I'm trying to parse sentences from a corpus, and in the output there are numbers as shown in the attached image (e.g., '0', '0', '1,2', etc.). A file describing the output format stated:
%f[N1,N2,N3...]` | Display the N1, N2, and N3rd background, "," as the elimita
%FC[N1,N2,N3...] | The N1, N2, and N3rd background, C is displayed as a delimiter.However, if the element is empty, the display will be omitted. (Example) F-[0,1,2]
In this case, are these what the numbers are displaying? If so, what do the numbers mean exactly?
Also, is there any dependency tagging that we can use to extract nominal phrases?
The text was updated successfully, but these errors were encountered: