Hiroki Nakayama

Results 97 comments of Hiroki Nakayama

Hello @tattoodobem. Thank you for your question. I created a sample hierarchical labels. Does this fit your thought? ![doccano_hierachical](https://user-images.githubusercontent.com/6737785/69677539-851cc880-10e6-11ea-96af-a467e3553510.gif) Also, I have a question. Do you assume that the task...

I have a plan to introduce active learning based on uncertainty and diversity.

If someone sends the Pull Request about authentication, I would accept it.

You need to add `input` before `res`: ```bash [ {% for entity in input.res %} { "start_offset": {{ entity.start_offset }}, "end_offset": {{ entity.end_offset}}, "label": "{{ entity.label }}" }{% if not...

Did you try `randomized document order` option? It may be helpful for users to assign different documents.

OK. I understood your request. Current: - User1: doc1, doc2, doc3 - User2: doc2, doc3, doc1 - User3: doc3, doc1, doc2 Your Request: - User1: doc1 - User2: doc2 -...

In v1.3.0, I added `TextFile` option for an uploading option. It may be useful for this feature. ![image](https://user-images.githubusercontent.com/6737785/116169511-ca13b700-a73f-11eb-82db-fff9d13429d9.png)

For the first issue, I think one of the options is to create an `HTML File` import option. In this case, we may need to add the `is_html` field to...

I have no idea how you will implement the feature by using `meta` field. Could you please explain in detail? It needs more discussion for the sequence labeling task. The...

Meta is for storing information about the data. For example, if a review text is considered to be the data, its title, customer id, product title, product category, review date,...