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
The entity grid module can be found in the following source:
https://github.com/dpalmasan/TRUNAJOD2.0/blob/master/src/TRUNAJOD/entity_grid.py
For example, the function:
def get_local_coherence(egrid):
Could be defined as:
def get_local_coherence(egrid: EntityGrid) -> Tuple[float, float, float, float, float]:
The text was updated successfully, but these errors were encountered:
#45
Sorry, something went wrong.
No branches or pull requests
The entity grid module can be found in the following source:
https://github.com/dpalmasan/TRUNAJOD2.0/blob/master/src/TRUNAJOD/entity_grid.py
For example, the function:
Could be defined as:
The text was updated successfully, but these errors were encountered: