Properly parse & fuzzy match including package names 💭 #16
Labels
Good first issue 🎓
Perfect for beginners, welcome to OpenMined!
Priority: 4 - Low 😎
Should only be scheduled if it's important relative to other issues
Severity: 3 - Medium 😒
Does not cause a failure, impair usability, or interfere with the system
Status: Available 👋
Available for assignment, who wants it?
Type: Improvement 📈
Performance improvement not introducing a new feature or requiring a major refactor
Milestone
Summary
function_name
from our scraped docs is not universal. We should fuzzy match using other items such as parent package.Background
Is the improvement related to a problem? If yes, please describe:
Matching on only function_name can cause incorrect translation without alerting the user. We want to be very careful to not allow this to happen.
Describe the ideal solution:
We should parse & include other information such as parent package name in order to ensure that proper translations occur. Perhaps we should even be wary to translate unless we're absolutely sure that the translation is correct.
Outcome
Inclusion of package path in determine translations to ensure more accurate translations.
The text was updated successfully, but these errors were encountered: