You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**⚠️ Gensim 4.0 contains breaking API changes! See the [Migration guide](https://github.com/RaRe-Technologies/gensim/wiki/Migrating-from-Gensim-3.x-to-4) to update your existing Gensim 3.x code and models.**
:download:`Download all examples in Python source code: auto_examples_python.zip </auto_examples/auto_examples_python.zip>`
429
+
:download:`Download all examples in Python source code: auto_examples_python.zip <//Volumes/work/workspace/gensim/trunk/docs/src/auto_examples/auto_examples_python.zip>`
:download:`Download all examples in Jupyter notebooks: auto_examples_jupyter.zip </auto_examples/auto_examples_jupyter.zip>`
435
+
:download:`Download all examples in Jupyter notebooks: auto_examples_jupyter.zip <//Volumes/work/workspace/gensim/trunk/docs/src/auto_examples/auto_examples_jupyter.zip>`
Copy file name to clipboardExpand all lines: docs/src/people.rst
+18-12
Original file line number
Diff line number
Diff line change
@@ -8,25 +8,28 @@ People behind Gensim
8
8
Top Contributors
9
9
----------------
10
10
11
-
See the `full list of contributors on Github <https://github.com/RaRe-Technologies/gensim/graphs/contributors>`_ and I'm thankful to all of them.
11
+
See the `full list of contributors on Github <https://github.com/RaRe-Technologies/gensim/graphs/contributors>`_. I'm thankful to all of them.
12
12
13
-
Let me also highlight the "main stars" of Gensim here:
13
+
Let me also highlight the "core pillars" of Gensim here:
14
14
15
-
- Radim Řehůřek, `piskvorky <https://github.com/piskvorky>`_: Creator of Gensim AKA me. I prefer not to count the late-night hours volunteered on Gensim development & support since 2009.
16
-
- Gordon Mohr, `gojomo <https://github.com/gojomo>`_: Core Gensim contributor, key developer of its doc2vec implementation. ‘Oracle Open Source Developer of the Year’ in 2006, creator of the Heritrix web crawler and the ‘magnet link’.
15
+
- Radim Řehůřek, `piskvorky <https://github.com/piskvorky>`_: Creator of Gensim AKA me, living in Prague. I prefer not to count the late-night hours volunteered on Gensim development & support since 2009.
16
+
- Gordon Mohr, `gojomo <https://github.com/gojomo>`_: Core Gensim contributor from SF USA, key developer of its doc2vec implementation. ‘Oracle Open Source Developer of the Year’ in 2006, creator of the Heritrix web crawler and the ‘magnet link’.
17
17
- Misha Penkov, `mpenkov <https://github.com/mpenkov>`_: Core maintainer and release manager of Gensim, Smart_open, SQLitedict, and other open source packages. Lives and works in Sapporo, Japan.
18
-
- Ivan Menshikh, `menshikh-iv <https://github.com/menshikh-iv>`_: Ex-maintainer and mentor in the RARE student incubator.
18
+
- Ivan Menshikh, `menshikh-iv <https://github.com/menshikh-iv>`_: Ex-maintainer and mentor in the RARE student incubator, from Yekaterinburg Russia.
19
19
20
20
.. figure:: _static/images/misha_radim.jpeg
21
21
:width:100%
22
22
:alt:Misha (left) and Radim (right) got together in Prague for some open source and badminton :)
23
23
24
24
RARE photo: Misha (left) and Radim (right) got together in Prague, for some open source hacking & badminton :)
25
25
26
-
.. _bronze-sponsors:
27
26
28
-
Bronze Sponsors
29
-
---------------
27
+
The following sponsors help open source by `supporting Gensim financially <https://github.com/sponsors/piskvorky>`_:
Copy file name to clipboardExpand all lines: docs/src/support.rst
+7-7
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,14 @@
4
4
Support
5
5
=======
6
6
7
+
**⚠️ Please don't send me private emails unless you have a substantial budget for commercial support (see below).**
8
+
7
9
Open source support
8
10
-------------------
9
11
10
-
The main communication channel is the `Gensim mailing list <https://groups.google.com/group/gensim>`_.
12
+
The main communication channel is the free `Gensim mailing list <https://groups.google.com/group/gensim>`_.
11
13
12
-
This is the preferred way to ask for help, report problems and share insights with the community. Newbie questions are perfectly fine, as long as you've read the :ref:`tutorials <sphx_glr_auto_examples>`.
13
-
14
-
**⚠️ Please don't send me private emails unless you have a substantial budget for commercial support (see below).**
14
+
This is the preferred way to ask for help, report problems and share insights with the community. Newbie questions are perfectly fine, as long as you've read the :ref:`tutorials <sphx_glr_auto_examples>` and `FAQ <https://github.com/RaRe-Technologies/gensim/wiki/Recipes-&-FAQ>`_.
15
15
16
16
FAQ and some useful snippets of code are maintained on GitHub: https://github.com/RARE-Technologies/gensim/wiki/Recipes-&-FAQ.
17
17
@@ -23,11 +23,11 @@ We're on `Twitter @gensim_py <https://twitter.com/gensim_py>`_. You can also try
23
23
Commercial support
24
24
------------------
25
25
26
-
I run a consulting R&D company focused on data mining and unstructured text processing, https://rare-technologies.com.
26
+
If your company needs commercial support, please consider `becoming a Gensim sponsor <https://github.com/sponsors/piskvorky>`_. How it works: you chip in, we prioritize your tickets.
27
27
28
-
If you need commercial support for Gensim or a corporate training in machine learning, `get in touch <http://rare-technologies.com/contact>`_ for a quote.
28
+
Corporate sponsorship means sustainability. It allows us to dedicate our time keeping Gensim stable and performant for you.
29
29
30
-
We're not interested in any sort of equity arrangements.
30
+
The Gold Sponsor 👑 tier also allows for a commercial non-LGPL license of Gensim.
0 commit comments