Giter Club home page Giter Club logo

aspp's Introduction

NPM Package

因为目前没有对该工具的需求,该工具已停止添加新的功能,已有的 bug 视严重程度再进行修复 😔

ASPP 中文标注工具

ASPP 中文标注工具,提供基于网页的标注前端,用来方便地对文本进行标注(实体标注为主)和查看标注结果;提供基于文件系统的文档管理后端模块,用于方便快速地创建和管理标注工程;标注工具的任务模块具有良好的拓展性,可以集成多种传统算法或机器学习/深度学习算法,提高标注效率。

工具预览

screenshot

安装与使用

  1. 运行 yarn global add aspp 安装工具
  2. 标注工程文件夹内执行 aspp serve 运行工具后端
  3. 打开 http://localhost:1477 在浏览器(请使用最新版 Chrome)中进行标注,所有标注结果都会存放在标注工程文件夹

标注工程文件夹

aspp 的工作在标注工程文件夹中,该文件夹需要具有下列结构。文件夹可以参考 example/

<标注工程文件夹>:
  - aspp.config.yaml
  - docs/
    - folder/
      - f1.txt
    - a.txt
    - b.txt
  - annotations/
    - folder/
      - f1.txt.foo.json
    - a.txt.bar.json
    - b.txt.buzz.json
  - deleted/
    - some-deleted-file.json

aspp.config.yaml 存放了该标注工程的配置:标签的种类、快捷键、标注样式等.

docs/ 文件夹下存放需要进行标注的文本文档。docs/ 支持嵌套的目录结构。

annotations/ 文件夹下存放标注的结果,一个文本文档可以对应多个标注文件,标注文件名格式为 <文本文档的文件名>.<标注作者信息>.json。标注文件所在目录会与文档的目录相对应,例如:docs/folder1/f1.txt 对应的标注文件为 annotations/folder1/f1.txt.<author>.json

deleted/ 文件夹下存放被删除的标注集合文件。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.