All Projects → mygreen → super-csv-annotation

mygreen / super-csv-annotation

Licence: Apache-2.0 License
'Super CSV' extention library for annotation

Programming Languages

java
68154 projects - #9 most used programming language
python
139335 projects - #7 most used programming language
Batchfile
5799 projects
Makefile
30231 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to super-csv-annotation

rubocop-linter-action
Rubocop Linter Action: A GitHub Action to run Rubocop against your code!
Stars: ✭ 86 (+196.55%)
Mutual labels:  annotations
AnnotationProcessorStarter
Project to set up basics of a Java annotation processor
Stars: ✭ 19 (-34.48%)
Mutual labels:  annotations
better-serializer
General serializer for PHP. An alternative to JmsSerializer.
Stars: ✭ 27 (-6.9%)
Mutual labels:  annotations
illuminsight
💡👀 Read EPUB books with built-in insights from wikis, definitions, translations, and Google.
Stars: ✭ 55 (+89.66%)
Mutual labels:  annotations
annotate-pull-request-from-checkstyle
cs2pr - Annotate a GitHub Pull Request based on a Checkstyle XML-report within your GitHub Action
Stars: ✭ 146 (+403.45%)
Mutual labels:  annotations
spectree
API spec validator and OpenAPI document generator for Python web frameworks.
Stars: ✭ 190 (+555.17%)
Mutual labels:  annotations
windigo-android
Windigo is easy to use type-safe rest/http client for android
Stars: ✭ 23 (-20.69%)
Mutual labels:  annotations
trails-proposal
Proposal for a method to create trails using the Web Annotation Data Model
Stars: ✭ 25 (-13.79%)
Mutual labels:  annotations
AnnotationProcessing
✔️ㅤ[ARTICLE] Writing your own Annotation Processors in Android
Stars: ✭ 47 (+62.07%)
Mutual labels:  annotations
grpc-jwt-spring-boot-starter
Spring boot starter for gRPC framework with JWT authorization
Stars: ✭ 24 (-17.24%)
Mutual labels:  annotations
summerfish-swagger
Automatic Swagger docs for Go
Stars: ✭ 16 (-44.83%)
Mutual labels:  annotations
Form-Labeller
Use this tool to label forms, bounding boxes, and assigning types to annotations
Stars: ✭ 17 (-41.38%)
Mutual labels:  annotations
ColdStorage
Lightweight data loading and caching library for android
Stars: ✭ 39 (+34.48%)
Mutual labels:  annotations
elucidate-server
A W3C and OA compliant Web Annotation server
Stars: ✭ 48 (+65.52%)
Mutual labels:  annotations
tfvars-annotations
[not-WIP] Update values in terraform.tfvars using annotations
Stars: ✭ 20 (-31.03%)
Mutual labels:  annotations
annotation-cache-bundle
Annotation based caching for services inside a symfony container
Stars: ✭ 16 (-44.83%)
Mutual labels:  annotations
MangoServer
A MongoDB implementation of the W3C Web Annotation Protocol
Stars: ✭ 16 (-44.83%)
Mutual labels:  annotations
dnaPipeTE
dnaPipeTE (for de-novo assembly & annotation Pipeline for Transposable Elements), is a pipeline designed to find, annotate and quantify Transposable Elements in small samples of NGS datasets. It is very useful to quantify the proportion of TEs in newly sequenced genomes since it does not require genome assembly and works on small datasets (< 1X).
Stars: ✭ 28 (-3.45%)
Mutual labels:  annotations
CrowdTruth-core
CrowdTruth framework for crowdsourcing ground truth for training & evaluation of AI systems
Stars: ✭ 45 (+55.17%)
Mutual labels:  annotations
youtube-copy-annotations
💻 Copy YouTube annotations like a pro!
Stars: ✭ 13 (-55.17%)
Mutual labels:  annotations

Maven Central Javadocs Build Status SonarQube

Super CSV Annotation

This library 'Super CSV' extension library with annotation function.

  • this library automatic building for CellProcessor from Annotation with JavaBean.
  • and simply showing localized messages.

Depends


  • Java1.8
    • (SuperCSV2.x is Java1.6+, but this library require Java1.8)
  • SuperCSV 2.4+

Setup

  1. Add dependency for Super Csv Annotation
    <dependency>
        <groupId>com.github.mygreen</groupId>
        <artifactId>super-csv-annotation</artifactId>
        <version>2.2</version>
    </dependency>
  2. Add dependency for Logging library. Example Log4j.
    <dependency>
        <groupId>org.slf4j</groupId>
        <artifactId>slf4j-log4j12</artifactId>
        <version>1.7.1</version>
    </dependency>
    <dependency>
        <groupId>log4j</groupId>
        <artifactId>log4j</artifactId>
        <version>1.2.14</version>
    </dependency>

Build

  1. Setup Java SE 8 (1.8.0_121+)
  2. Setup Maven
  3. Setup Sphinx (building for manual)
    1. install Python
    2. install sphinx and theme for read the docs, janome
    # pip install sphinx
    # pip install sphinx_rtd_theme --upgrade
    # pip install janome
  4. Build with Maven
    1. make jar files.
    # mvn clean package
    1. generate site.
    # mvn site -Dgpg.skip=true

Document

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].