-
Updated
Apr 22, 2022 - Python
spaCy
spaCy is a free library for advanced Natural Language Processing (NLP) in Python. It’s designed specifically for production use and helps you build applications that process and “understand” large volumes of text. It can be used to build information extraction or natural language understanding systems.
Here are 1,064 public repositories matching this topic...
-
Updated
Apr 22, 2022 - Python
-
Updated
Mar 11, 2022 - C
-
Updated
Apr 22, 2022 - Python
-
Updated
Apr 7, 2022 - Python
-
Updated
Oct 1, 2020 - Jupyter Notebook
-
Updated
Aug 16, 2021 - Python
-
Updated
Dec 24, 2020 - Jupyter Notebook
-
Updated
Mar 21, 2022 - Python
-
Updated
Mar 10, 2022 - Python
Help the project :)
Hey guys,
I recently switched jobs, and a bit busy these days, and for some reason the volume of issues/requests has increased slightly over the last few weeks.
I'm looking for someone to help me manage the repo, verify pull requests, answer some issues? All I can offer is your name somewhere in the readme (and a coffee/beer if you're in Singapore !)
If you're interested let me know, it'
-
Updated
Mar 15, 2022 - Python
-
Updated
Apr 21, 2022 - Python
We need to use our MajorityVote model here https://rubrix.readthedocs.io/en/stable/guides/weak-supervision.html#4.-Using-the-weak-labels and likely simplify this part a little bit (metrics computation, etc.)
-
Updated
Apr 15, 2022 - Python
-
Updated
Mar 30, 2022 - Python
-
Updated
Sep 17, 2021 - Python
-
Updated
Dec 13, 2021 - Python
-
Updated
Apr 7, 2022 - Python
-
Updated
Feb 14, 2022 - Jupyter Notebook
-
Updated
Jul 30, 2021 - Python
YAML files appear to be better suited for storing configuration data than JSON.
-Config file -- Should be converted to a YAML file.
-Config reader -- This should probably be deleted and we can let a library like PyYAML h
-
Updated
Apr 8, 2022 - Python
Created by Explosion
Latest release 24 days ago
- Repository
- explosion/spaCy
- Website
- spacy.io
- Wikipedia
- Wikipedia
Intro
I am getting
TypeError: can not serialize 'BaseTextRank' objectwhen trying to use spaCy's multiprocessing innlp.pipewith atextrankpipeline component.Sorry if this a known/expected feature/limitation - I couldn't find anything by searching repo. I generally find (spaCy's) multiprocessing a bit temperamental anyhow, but this seems to just not work.
_PS. thanks for all