We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some classes in nalaf depend on directly, instead of as a parameter.
PRO_CLASS_ID = 'e_1' MUT_CLASS_ID = 'e_2' ORG_CLASS_ID = 'e_3' PRO_REL_MUT_CLASS_ID = 'r_4' # e_1/e_2 PRO_REL_ORG_CLASS_ID = 'r_5' # e_1/e_3
The text was updated successfully, but these errors were encountered:
fix, import from nala Rostlab/nalaf#155
5927801
import constants from relna, not nalaf -- Rostlab/nalaf#155
338fcc9
import constants from relna, not nalaf -- #155
2d15089
a7484a2
juanmirocks
No branches or pull requests
Some classes in nalaf depend on directly, instead of as a parameter.
PRO_CLASS_ID = 'e_1'
MUT_CLASS_ID = 'e_2'
ORG_CLASS_ID = 'e_3'
PRO_REL_MUT_CLASS_ID = 'r_4' # e_1/e_2
PRO_REL_ORG_CLASS_ID = 'r_5' # e_1/e_3
The text was updated successfully, but these errors were encountered: