Resolved! TypeError: 'JavaPackage' object is not callable - DocumentAssembler() - Spark NLP
Hi,I am doing a grammar check using spark NLP using azure databricks. But am getting TypeError: 'JavaPackage' object is not callable - in DocumentAssembler() intialization line.document_assembler = DocumentAssembler()\ .setInputCol("text")\ .setOutpu...
- 5863 Views
- 1 replies
- 3 kudos
Latest Reply
Hi its working after adding below configs in cluster. Please check URL for more info :- https://nlp.johnsnowlabs.com/docs/en/install#databricks-support
- 3 kudos