londogard / londogard-nlp-toolkit

Londogard Natural Language Processing Toolkit written in Kotlin
https://londogard.github.io/londogard-nlp-toolkit/
Apache License 2.0
71 stars 4 forks source link

spaCy-like API #116

Open Lundez opened 2 years ago

Lundez commented 2 years ago

spaCy-pipeline:

  1. Set Tokenizer
  2. Set Processors (e.g. classification, NER, etc)

Requirements:

// https://spacy.io/usage/processing-pipelines

Lundez commented 2 years ago

First model to test, https://huggingface.co/textattack/albert-base-v2-imdb

Include a transform script for people to use.

Lundez commented 2 years ago

https://stanfordnlp.github.io/CoreNLP/pos.html