Tagged articles
4 articles
Page 1 of 1
MaGe Linux Operations
MaGe Linux Operations
Jun 6, 2019 · Artificial Intelligence

How to Make NLP 100× Faster with Cython and spaCy

This article explains how Cython—a Python superset that compiles to C—can accelerate natural‑language‑processing tasks, showcases the NeuralCoref v3.0 project, provides profiling tips, demonstrates Python‑to‑Cython code transformations, and presents benchmark results showing up to a hundred‑fold speedup.

CythonPythonspaCy
0 likes · 16 min read
How to Make NLP 100× Faster with Cython and spaCy
MaGe Linux Operations
MaGe Linux Operations
Jul 23, 2018 · Artificial Intelligence

Boost NLP Speed 100× with Cython: A Practical Guide

This article explains how to accelerate Python‑based natural language processing pipelines by up to a hundred times using Cython, covering profiling, code conversion, integration with spaCy, and practical Jupyter Notebook examples for fast, production‑ready NLP modules.

CythonspaCy
0 likes · 14 min read
Boost NLP Speed 100× with Cython: A Practical Guide