Issue with producing <list> and <item> in grobid version 0.7.1 #927
Open
Description
Hi,
-
I tried training FULLTEXT model for list and item tags in Grobid 0.7.1-SNAPSHOT version which worked perfectly and produced the corresponding tags in the output of processFullText request.
-
Now, I tried implementing the same again for the stable realese 0.7.1 but was unable to get the tags. Same issue occured for the 0.7.2-SNAPSHOT
-For predicting the item and list tags, here is a sample annotation in the training.tei.xml file:
-Any clues on why this might be happening? Since the java code also seems to be exactly same for both versions 0.7.1 and 0.7.1-snapshot