stanford nlp - Does Tokens Regex have support for dependency annotations? -
i building rule based ner platform , wanted know if make use of dependency based patterns identify named entities. e.g
cyld inhibits ubiquititnation of both traf2 , traf6.
here use prep_of
relation/pattern identify proteins traf2 , traf6 trigger being ubiquitination.(as mentioned in odin's runes research paper).
if tokensregex support dependency annotations please share example of how implemented in rules file? ever grateful!
naively no. but, work around attaching custom annotations corelabel
s; e.g., have annotation incoming dependency arc. then, can have tokensregex pattern on custom annotation key.
Comments
Post a Comment