Jiaxin Pei

Results 30 comments of Jiaxin Pei

Hi @AndreaSottana , thanks a lot for raising this issue. I agree with you that we need a more elegant way to save the issue. The code you pointed to...

Hi @zjelveh, thanks a lot for submitting this issue. Previously we assumed a pre_annotation page (as well as a consent question) would be set up when people use automatic assignments,...

Hi @vitthal-bhandari, you might need to pack each dict in one line. You could also try to use .csv file which might be easier ([example](https://github.com/davidjurgens/potato/blob/master/project-hub/simple_examples/data/toy-example.csv) for the .csv file)

Hi @Naman-Bhrgv, There are two issues in your current setup. (1) "keyword_highlights_file":"dynamic_key.tsv" should be added outside "annotation_schemes", for example: ``` "user_config": { "allow_all_users": True, "users": [ ], }, "keyword_highlights_file": "dynamic_key.tsv",...

@Naman-Bhrgv Do you mean that you want to do span annotation for the dynamically highlighted words?

@Naman-Bhrgv We don't currently support doing span annotations for the dynamically highlighted words. However, if you could describe your task in more detail, I can take a look and see...

@davidjurgens Yes! I think we can either extend the [label suggestions](https://potato-annotation.readthedocs.io/en/latest/productivity/#label-suggestions) or the Dynamic highlighting to support this. Happy to take a look after @Naman-Bhrgv describes his exact use case.

Thanks a lot for sharing the details! I think this is aligned with our development plan on [label suggestions](https://potato-annotation.readthedocs.io/en/latest/productivity/#label-suggestions). I can prioritize this feature and try to get this up...

Hi @jl3676, have you tried to connect to your prolific api? Please follow the [guide here](https://potato-annotation.readthedocs.io/en/latest/crowdsourcing/#prolific) to set up the automatic task management with prolific. We also have an [example...

Please test this new function with several projects in project-hub, for example: simple-span-labeling, simple-html-annotation and simple-video-annotation under the [simple_schema_examples](https://potato-annotation.readthedocs.io/en/latest/example-projects/#schema-examples) @Belinda-007