question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

What do we do with common code?

See original GitHub issue

With 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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:5 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
lintoolcommented, Jun 10, 2020

I like tools/.

How about something like?

+-- tools/
|-+ eval/
|-+ scripts/
  |-+ msmarco/
  |-+ cord19/
  |-+ ...
0reactions
lintoolcommented, Jun 17, 2020

Closed by #1282

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found