What do we do with common code?
See original GitHub issueWith https://github.com/castorini/pyserini/pull/179 we’ve exposed end-to-end indexing/search in Python.
Our guide can now be ported over to Python! https://github.com/castorini/anserini/blob/master/docs/experiments-msmarco-passage.md
However, what do we do about all the scripts here? https://github.com/castorini/anserini/tree/master/src/main/python/msmarco
It seems like exactly the same issue with #1216
One proposal might be that “eval” submodule should really be all common code… so we’d have common/eval
, common/scripts
…
Thoughts? @rodrigonogueira4 @ronakice
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Defining custom common code types - IBM
Common codes are values that enable a user to choose from a list of options rather than having to enter the data manually....
Read more >How to Maximize Your Ability to Reuse Code Across Projects
Code reuse basically a required practice in modern development environments to enable rapid development at low cost. You can also reuse ...
Read more >Common Code Provisions - Free Ethics & Compliance Toolkit
Common code provisions are the specific standards of behavior and performance expectations that your organization chooses to highlight and ...
Read more >Common Housing Code Violations and Questions to Ask ...
Housing code violations are more common than you think. Here are some that inspectors ... How do you know if your house is...
Read more >Maximize Your Ability For Code Reusability: 8 Effective Ways
In software development, code reuse is the application of previously written code in new or existing programs. You can do this in various...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I like
tools/
.How about something like?
Closed by #1282