Skip to content

Commit

Permalink
Exprimental Mathics3 Module Guide section
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Apr 4, 2024
1 parent 2d9381e commit 24c86d4
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
*~
.python-version
/.python-version
/ChangeLog
/build
Expand Down
11 changes: 10 additions & 1 deletion pymathics/natlang/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,16 @@
WordSimilarity,
WordStem,
)
from pymathics.natlang.translation import LanguageIdentify

from pymathics.natlang.linguistic_data import (
DictionaryLookup,
DictionaryWordQ,
RandomWord,
WordData,
WordDefinition,
WordList,
)
from pymathics.natlang.linguistic_data.translation import LanguageIdentify
from pymathics.natlang.version import __version__

pymathics_version_data = {
Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions pymathics/natlang/linguistic_data/lang_trans.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
"""
Languages & Translaations
"""
File renamed without changes.

0 comments on commit 24c86d4

Please sign in to comment.