jenghub
jenghub
Is there any timeline for making this installable as a python package? Thank you for this great framework!
Attempting to perform coreference resolution on a large dataframe containing English-language documents. ## Description Attempting to run `SpanBertCoref()` in a pipeline ``` document_assembler = DocumentAssembler().setInputCol("extracted_doc").setOutputCol("document") sentence_detector = SentenceDetectorDLModel.pretrained("sentence_detector_dl", "en").setInputCols(["document"]).setOutputCol("sentences") tokenizer...
Trying to get Spark NLP to work in Azure Synapse notebook and having trouble loading the model jar packages for the pretrained pipelines. Spark NLP seems to start up fine...
Is it possible to host the en model in conda or pypi so that I can download it in a .yml, similar to the spacy models? Basically, just trying to...