반응형
2022년 8월 현재, 개인적으로 지속적으로 업데이트가 되고 있고, 자세한 공식 문서를 제공하고, 여러 부가 기능들을 제공하는 'INCEpTION'을 추천한다.
INCEpTION (구 : WebAnno)
- INCEpTION provides a semantic annotation platform offering intelligent annotation assistance and knowledge management. (지능적인 주석 지원을 제공하는 의미론적 주석 플랫폼)
- https://github.com/inception-project/inception
- https://inception-project.github.io/
- https://inception-project.github.io/documentation/
doccano
- Open source annotation tool for machine learning practitioners.
- https://github.com/chakki-works/doccano
- https://doccano.herokuapp.com
brat
- brat rapid annotation tool (brat) - for all your textual annotation needs
- https://github.com/nlplab/brat
- http://brat.nlplab.org/
NeuroNER
- Named-entity recognition using neural networks. Easy-to-use and state-of-the-art results. (신경망을 사용한 개체명 인식)
- https://github.com/Franck-Dernoncourt/NeuroNER
- http://neuroner.com/
YEDDA
- YEDDA: A Lightweight Collaborative Text Span Annotation Tool. Code for ACL 2018 Best Demo Paper Nomination.
- 텍스트, 기호 및 이모티콘에 청크 / 엔티티 / 이벤트 주석 달기
- https://github.com/jiesutd/YEDDA
TALEN
- TALEN: Tool for Annotation of Low-resource ENtities
- A way to do annotations for NER.
- 단어 시퀀스에 주석을 달기위한 웹 기반 도구
- https://github.com/CogComp/talen
MAE
- MAE is a lightweight, general-purpose natural language annotation tool (경량의 범용 자연어 주석 도구)
- https://github.com/keighrim/mae-annotation
- https://keighrim.github.io/mae-annotation/
Anafora
- Anafora is a web-based raw text annotation tool (웹 기반 raw text 주석 도구)
- https://github.com/weitechen/anafora
TagEditor
- Annotation tool for spaCy
- 레이블 종속성, 품사, 명명 된 엔터티 및 텍스트 범주
- https://github.com/d5555/TagEditor
ML-Annotate
- Use ML-Annotate to label data for machine learning purposes
- 텍스트의 이진, 다중 레이블 및 다중 클래스 레이블링 지원
- https://github.com/planbrothers/ml-annotate
LightTag (부분 무료)
- https://lighttag.io/
- 텍스트 주석 도구.
Reference
반응형
'NLP' 카테고리의 다른 글
언어모델에서 Adapter Tuning이 필요한 이유 [devfest Cloud 2023] (0) | 2023.12.10 |
---|---|
BERT 모델을 K-Fold Cross-Validation으로 학습하는 방법 (0) | 2023.10.07 |
[NLP] FastText 관련 참고문헌 정리 (0) | 2022.04.25 |
[Embedding Projector] 임베딩 벡터 시각화(Embedding Visualization) (0) | 2022.02.18 |
[Word2Vec] gensim을 활용한 Word2Vec 데이터 학습 (0) | 2022.02.18 |