Skip to content

Commit

Permalink
Merge pull request #386 from Ars-Linguistica/dev2
Browse files Browse the repository at this point in the history
mlconjug3 v 3.10.2
  • Loading branch information
SekouDiaoNlp committed Feb 3, 2023
2 parents 66db018 + ea3ed9e commit 356ae7e
Show file tree
Hide file tree
Showing 11 changed files with 530 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.10.1
current_version = 3.10.2
commit = True
tag = True

Expand Down
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ __pycache__/
*.py[cod]
*$py.class

# Poetry
poetry.lock

# Pypi remote connection credentials
.pypirc

Expand Down Expand Up @@ -68,4 +71,12 @@ target/

# Training experiments results and old models
utils/raw_data/old_models/
utils/raw_data/
conjugation_table.json
conjugation_table.csv

# Cached ressources
mlconjug3/data/conjug_manager/*.pkl

# MISC
.pids/
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
21:32:28.39 [WARN] Please either set `enabled = true` in the [anonymous-telemetry] section of pants.toml to enable sending anonymous stats to the Pants project to aid development, or set `enabled = false` to disable it. No telemetry sent for this run. An explicit setting will get rid of this message. See https://www.pantsbuild.org/v2.14/docs/anonymous-telemetry for details.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Join us in our mission to make linguistic tools and resources accessible to all!
----


.. image:: https://raw.githubusercontent.com/Ars-Linguistica/mlconjug3/master/docs/images/to_be.png
.. image:: https://raw.githubusercontent.com/Ars-Linguistica/mlconjug3/master/docs/images/example.gif
:alt: Conjugation for the verb to be.

----
Expand Down
Binary file added docs/images/example.gif
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/usage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Command Line Interface
Example of using mlconjug3 through a remote ssh connection:


.. image:: https://raw.githubusercontent.com/Ars-Linguistica/mlconjug3/master/docs/images/to_be.png
.. image:: https://raw.githubusercontent.com/Ars-Linguistica/mlconjug3/master/docs/images/example.gif
:alt: Conjugation for the verb to be.


Expand Down
2 changes: 1 addition & 1 deletion mlconjug3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

__author__ = "Sekou Diao, Ars Linguistica"""
__email__ = 'diao.sekou.nlp@gmail.com'
__version__ = '3.10.1'
__version__ = '3.10.2'
__copyright__ = "Copyright (c) 2023, Ars Linguistica"
__credits__ = ("Sekou Diao", "Pierre Sarrazin",)
__license__ = "MIT"
Expand Down

0 comments on commit 356ae7e

Please sign in to comment.