8000 spark-nlp/docs/README.md at master · pabla/spark-nlp · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 391 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 391 Bytes

Spark NLP Documentation

We welcome you to contribute to Spark NLP documentation hosted inside en/ directory. All the files are in Markdown format.

Development

For development purposes, you need to have bundle and Gem installed on your system. Please run these commands:

bundle update
bundle install
bundle exec jekyll serve

# Server address: http://127.0.0.1:4000
0