-
Notifications
You must be signed in to change notification settings - Fork 1
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
Updated code for extraction #8
Merged
Merged
Changes from 4 commits
Commits
Show all changes
79 commits
Select commit
Hold shift + click to select a range
f0d0fad
Citation extractions by Vishal for code review
venvis 7868c30
cellar
venvis 905d223
Updated code for extraction
venvis 36cc239
Updated code
venvis c42ca98
Update Testing_file.py
venvis 7cb83e4
Delete cellar/cellar_extractor/operative_extraction.py
venvis d5e1aa3
Add files via upload
venvis 8d754a7
Delete cellar/cellar_extractor/Testing_file.py
venvis a6fd5b8
Add files via upload
venvis 3664a9c
Added doc string to method extra_cellar
16af4bb
Added doc string and linted code for cellar_queries file
4e07a79
Linted code, added encoding for opening files, and removed unused lib…
5243673
Linted code and moved doc strings under methods rather than above for…
7db0f6a
Linted code for csv_extractor.py
2ddf0a6
Linted code, changed conditional statements for PEP8 conformity, and …
c355d00
Linted code, corrected variable names that are similar to inbuilt ref…
acd033e
Linted code for json_to_csv file
f541100
Linted code, changed for loop to use enumerate rather than range and …
14ffecc
Linted code, changed conditions from != None to is not None for code …
2886aef
code linting for sparql file
6ad2cab
Code linting for Testing file
db86889
Update gitignore file to not consider DS_Store files and venv directo…
c33835a
Merge branch 'extraction_operative_keywords' into 'cellar'
b1f24ee
Unittests for operative part
venvis e88255c
Update operative_extractions.py
venvis 09865ff
Update __init__.py
venvis 0d7c77c
Update tests.py
venvis 01f7d84
Update tests.py
venvis 642dbe3
Delete cellar/cellar_extractor/Testing_file.py
venvis 8db810d
Update operative_extractions.py
venvis 3c32aaa
Update tests.py
venvis 28858a6
Update tests.py
venvis 98ea00c
Update tests.py
venvis 8cae2fa
Update tests.py
venvis 8503d8d
Update tests.py
venvis 87271b8
Update tests.py
venvis c3daf22
Update tests.py
venvis 428f466
Update tests.py
venvis b75fe86
Updated variable name from current to current_dir
2537752
Removed conditional statements and updated assert False statements
f82a23f
Removed unnecessary colon
106675f
Removed duplicate __init__ method, reordered import libraries
0dfd386
Corrected methods being called, extra import from operative_extractions
55b1178
Changed from enumerate to range and len
abcd5ef
Updated setup.py file for finding operative_extractions
25cdcf1
Correcting path to include everything under cellar_extractor in setup…
cd6e55e
F string changes and url changes for eurex website
venvis d22849e
Removed import cellar_extractor.operative_extractions
d89aaec
os module for tests.py
venvis 9aaf2e3
Include json & csv directory for outputs
venvis e33cc9c
os configuration to include cellar/ for tests.py
venvis 483c419
Update tests.py
shashankmc f8887d7
Update setup.py
shashankmc 56f7845
Change to len(celex_store)-1 to avoid index out of range error.
shashankmc 19fccdc
Added additional import to test.py file
shashankmc d57f015
Create __init__.py
venvis 8045e9c
Shorten imports after adding __init__.py to cellar folder
venvis 26d305d
Add extra import command
venvis 5334381
Update tests.py
venvis e56d328
Update __init__.py
venvis dc9aba3
Update __init__.py
venvis 1ca331b
Update __init__.py
venvis 75b2978
Update tests.py
venvis e4c7236
Update __init__.py
venvis a7455ee
Update tests.py
venvis 78b7140
add pip install -e
venvis 8da60dc
Update github-actions.yml
venvis 25caaf8
Add pip install -e cellar/
venvis c7bac51
Update README.md
venvis 7548054
Update README.md
venvis f15870c
Update README.md
venvis 15b7b04
Update README.md
venvis 44bf4b8
Update README.md
venvis aa09b6f
Update README.md
venvis 908d5e6
Update README.md
venvis 3f00adb
Add for Analyzer and Writing Classes
venvis c92fbef
Add code for Analyzer class
venvis 868b14c
Update README.md
venvis 6368651
Update README.md
venvis File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are the class methods for operative part actually being called for testing? For the previous tests, methods are called under main ; Not sure what's happening here?