Skip to content
This repository was archived by the owner on May 3, 2023. It is now read-only.

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
internaut committed Dec 18, 2019
2 parents 2406cec + 1d75dc4 commit e24c663
Showing 12 changed files with 713 additions and 427 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
@@ -97,7 +97,7 @@ Installation

This package is currently in pre-release testing phase for version 0.9.0. The latest release candidate is available
on PyPI and can be only installed when explicitly stating the exact version and release candidate, e.g. with
``pip install tmtoolkit[recommended]==0.9.0rc2``.
``pip install tmtoolkit[recommended]==0.9.0rc3``.


The package *tmtoolkit* is available on `PyPI <https://pypi.org/project/tmtoolkit/>`_ and can be installed via
3 changes: 2 additions & 1 deletion doc/source/api.rst
Original file line number Diff line number Diff line change
@@ -72,7 +72,8 @@ Functional Preprocessing API

.. automodule:: tmtoolkit.preprocess
:members: clean_tokens, doc_frequencies, doc_lengths, expand_compound_token, expand_compounds, filter_documents,
filter_documents_by_name, filter_for_pos, filter_tokens, filter_tokens_by_mask, glue_tokens, ids2tokens,
filter_documents_by_name, filter_for_pos, filter_tokens, filter_tokens_by_mask, filter_tokens_with_kwic,
glue_tokens, ids2tokens,
kwic, kwic_table,
lemmatize, load_lemmatizer_for_language, load_pos_tagger_for_language, make_index_window_around_matches,
ngrams, pos_tag, pos_tag_convert_penn_to_wn, remove_chars, remove_chars, remove_common_tokens,
2 changes: 1 addition & 1 deletion doc/source/install.rst
Original file line number Diff line number Diff line change
@@ -7,7 +7,7 @@ Installation

This package is currently in pre-release testing phase for version 0.9.0. The latest release candidate is available
on PyPI and can be only installed when explicitly stating the exact version and release candidate, e.g. with
``pip install tmtoolkit[recommended]==0.9.0rc2``.
``pip install tmtoolkit[recommended]==0.9.0rc3``.

The package *tmtoolkit* is available on `PyPI <https://pypi.org/project/tmtoolkit/>`_ and can be installed via
Python package manager *pip*. It is highly recommended to install tmtoolkit and its dependencies in a
Loading

0 comments on commit e24c663

Please sign in to comment.