Approach for tagging grammatical patterns (Japanese) #10044
-
I'm looking for some direction regarding the best approach to defining and tagging grammatical patterns in Japanese. I have taken a bit of a break since the last time I was toying with spaCy for this task, so I'm a bit rusty, but I know previously I was wondering if Prodigy would be a good approach for this. I also attempted manually constructing matchers, but wasn't totally able to figure out some edge cases (very likely a result of not being super familiar with the library though). Anyways, any help regarding an approach would be very much appreciated - thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
What is your actual question / goal? I don't remember what you are referring to. The DependencyMatcher should be able to match many types of grammatical patterns. |
Beta Was this translation helpful? Give feedback.
What is your actual question / goal? I don't remember what you are referring to. The DependencyMatcher should be able to match many types of grammatical patterns.