Closed issuesolver12 closed 3 years ago
Do you plan to add predict.py file for existing implementation?
I am sorry temporarily not because of some ddls.
what about other contributors ,who can pitch in and complete the implementation?
There are no other code contributors.
can you guide me on how to predict pairs and triplets using this code implementation?
No problem. In fact, you can print line87, and the tuple "[al, ar, pl, pr]" denotes an aspect term-opinion term pair. In this pair, the "al", "ar" respectively represent the start and end positions of the aspect term in the original sentence, and "pl", "pr" respectively represent the start and end positions of a corresponding opinion term. So does line118.
Sure, thnks for your inputs. Will sure work on it
If yes,How long will you take add predict.py for OPE and OTE tasks?