Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

init: spaCy #118

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

init: spaCy #118

wants to merge 3 commits into from

Conversation

Lundez
Copy link
Member

@Lundez Lundez commented May 15, 2022

spaCy-pipeline:

Set Tokenizer
Set Processors (e.g. classification, NER, etc)
Automatic Batching
Document will use a "by" implementation that adds the typed data
Requirements:

  • Add Interfaces for Pipeline Plugins
  • Add Transformer Clf+NER
  • Add Simple NER
  • Add PoS (Part of Speech)
  • Dependency Parser
  • Add Different Default modes (small, medium, large)

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

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

Include a transform script for people to use.

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

@Lundez
Copy link
Member Author

Lundez commented Jun 9, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant