Closed duterscmy closed 4 years ago
Besides "-", it seems that there are other situations that may lead to the inconsistency between sentence length and analytic length. How do you deal with it? thx!
It's been a while since I prepared the data but what I did was trying to fix those instances that failed by adding specific rules.
If you don't want to do this, you could:
thanks a lot~
When "-" is included in an English sentence, the result of word segmentation and the result of syntactic analysis are inconsistent in the treatment of "-", resulting in different list lengths. I see that you choose to use "exit(0)" to exit, but the correct parse result cannot be obtained in this way. Is there any good way to deal with it? Ignore these sentences?