CODAIT / text-extensions-for-pandas

Natural language processing support for Pandas dataframes.
Apache License 2.0
215 stars 34 forks source link

Patched JS handling of LaTeX and TokenSpanArray #237

Closed PokkeFe closed 2 years ago

PokkeFe commented 2 years ago

Patch includes LaTeX isolation in JS and additional columns for TokenSpanArrays.

Tests have been updated to reflect the new data.

Addresses issues #235 and #234