mirror of https://github.com/doccano/doccano.git
pythondatasetsactive-learningtext-annotationdatasetnatural-language-processingdata-labelingmachine-learningannotation-tool
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
753 B
22 lines
753 B
{% extends 'base.html' %}
|
|
|
|
{% block content %}
|
|
<div class="hero-body">
|
|
<div class="container" style="max-width:600px">
|
|
<div class="card is-shady">
|
|
{% block content_auth %}{% endblock %}
|
|
<!-- <div class="card-image">
|
|
<figure class="image is-4by3">
|
|
<img src="https://source.unsplash.com/6Ticnhs1AG0" alt="Placeholder image">
|
|
</figure>
|
|
</div>
|
|
<div class="card-content">
|
|
<div class="content">
|
|
<h4>Language independent</h4>
|
|
<p>doccano is independent on any languages. You can annotate texts regardless of your languages. You can quickly start annotating text.</p>
|
|
</div>
|
|
</div> -->
|
|
</div>
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|