zwd2080
zwd2080
The second matching `(5, 'her' )` and the last one `(14, 'she')` are not aliging the word boundary, how to remove them ? or could we force them to mathcing...
The output will have overlapping betweet differnt phrases. How to solve the problem of overlapping? Is there any advice? As shown the example bellow, I want to the results output:...
After do_predict for NER, there will be one `test_results.tx`t containing ` f1` and `precision`. While I can get another version of **results** containing different ` f1` and `accuracy` with `conlleval.py`....