-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
Merging updates made in main when releasing into dev #54
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
result of setting networkit.setNumberOfThreads to 1.
Fix log string in in for number of threads in graph-embeddings.
Co-authored-by: simon.guillot@univ-lemans.fr <sguillot@lst.clusterlst.univ-lemans.fr> Co-authored-by: Thibault PROUTEAU <thibault.prouteau@univ-lemans.fr>
* similarity evaluation from txt file and dataset * rename evaluation in evaluate * similarity with MEN and WS353 datasets * similarity unit tests * sparsify and binarize SINrVectors * notebook sim + sparsify + binarize * add new path to oanc SINrVectors * remove pk file and add fetch oanc --------- Co-authored-by: Beranger Anna <aberanger@lst.clusterlst.univ-lemans.fr> Co-authored-by: Nico <nicolas.dugue@univ-lemans.fr>
* add workflow to run tests on push and pull request * workflow test on current branch * workflow test on current branch * add requirement.txt * remove tests from sinr folder
* similarity evaluation from txt file and dataset * rename evaluation in evaluate * similarity with MEN and WS353 datasets * similarity unit tests * sparsify and binarize SINrVectors * notebook sim + sparsify + binarize * add new path to oanc SINrVectors * Add oanc model * allowing for exceptions in preprocess filtering + modifying named entity options to choose between chunking, tagging and deleting * rename function to match * Pushing correct refactored function to take into account exception list and lowering * Deleting deprecated tests * Deleting oanc model --------- Co-authored-by: Beranger Anna <aberanger@lst.clusterlst.univ-lemans.fr> Co-authored-by: Anna Beranger <anbberanger@gmail.com> Co-authored-by: simon.guillot@univ-lemans.fr <sguillot@lst.clusterlst.univ-lemans.fr>
* Adds exceptions.txt which contains the words required for sim datasets: scws, ws, men * rename exception file
* Adds concept categorization dataset exception file. * Adds concept categorization dataset exception file. * Adds single file for exceptions, combination of similarity and categorization datasets. Closes #33
* update notebook evaluate + add fetch simlex * evaluate notebook update + file name depending on the time of creation for fetch methods * SimLex 999 665 222 111 comments * correction of SIMLEX to SimLex
* add remove dimensions with nnz thresholds min and max + unit test * correction dataset fetch for similarity, name file with current time (milliseconds) * correction import time * detection of thresholds to filter dimensions based on nnz * Add tabulate in requirements.txt --------- Co-authored-by: Thibault PROUTEAU <thibault.prouteau@univ-lemans.fr>
* Update pyproject.toml * Update pyproject.toml
Files changed: M pyproject.toml M sinr/__init__.py
thibaultprouteau
approved these changes
Aug 2, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.