monarch-initiative / phenopacket2prompt

GA4GH Phenopacket to LLM prompt
https://monarch-initiative.github.io/phenopacket2prompt/
MIT License
3 stars 2 forks source link

Merge TUR tests #68

Closed aslgraefe closed 21 hours ago

aslgraefe commented 2 months ago

Doing #59 for Turkish

aslgraefe commented 2 months ago

@leokim-l in there: /.../git/phenopacket2prompt/src/test/java/org/monarchinitiative/phenopacket2prompt/output/impl, I could not find any folder 'Turkish' or any files related to Turkish. Could you check please so I can translate the missing bits from (Italian) to Turkish.

leokim-l commented 1 week ago

For reference, work happening here https://github.com/monarch-initiative/phenopacket2prompt/tree/68-merge-tur-tests

leokim-l commented 1 week ago

What would need to happen here is the creation of a directory turkish in here: https://github.com/monarch-initiative/phenopacket2prompt/tree/develop/src/test/java/org/monarchinitiative/phenopacket2prompt/output/impl which contains a class (the one I write here is all we need, unlike what you may see in other languages) PpktIndividualTurkishTest.java which needs to be the Turkish version of this: https://github.com/monarch-initiative/phenopacket2prompt/blob/develop/src/test/java/org/monarchinitiative/phenopacket2prompt/output/impl/german/PpktIndividualGermanTest.java

If we are then able to compile and package the code without any errors, then we are good to go and finished :)

leokim-l commented 21 hours ago

71 fixes this