Commit Graph

8 Commits

Author SHA1 Message Date
leopardracer
3a306570e0 Fix Typos in Documentation and Test Descriptions (#1628)
* Update test_context_support.py

* Update index.md

* Update docs/samples/python/transformers_recognizer/index.md

---------

Co-authored-by: Omri Mendels <omri374@users.noreply.github.com>
2025-06-13 11:34:44 +03:00
Ranjan Singh
d85ba6e5a7 Typo fix added missing ":" after if condition (#1419) 2024-07-22 11:59:05 +03:00
Andreas Eberle
97a7e42b38 Fix the entity filtering of the transformer_recognizer.py analzye function (#1403) 2024-07-09 22:19:20 +03:00
Vijay Devane
175c170876 Update index.md (#1241)
Removed the extra symbol that causing error to load the site
2023-12-28 21:20:10 +02:00
Omri Mendels
4aaa05fca8 New NlpEngine - docs (#1177) 2023-10-25 15:17:56 +03:00
Omri Mendels
dda4444fda Updates to the TransformersRecognizer sample (#1084) 2023-06-04 12:14:18 +03:00
Omri Mendels
77b86ce01d Rename transformer_recognizer.md to index.md (#984) 2022-12-19 14:18:27 +02:00
melmatlis
2107f051c6 add revised example for transformer recognizer (#962)
* add revised example for transformer recognizer

* update documentation index to point to new example

* Update docs/samples/python/transformers_recognizer/transformer_recognizer.py

Co-authored-by: Omri Mendels <omri374@users.noreply.github.com>

* linting, docstrings, readibility

* externalize text splitting parameters

* document class input variables

* add documentaiton to the sample

* Update docs/samples/python/transformers_recognizer/transformer_recognizer.md

Co-authored-by: Omri Mendels <omri374@users.noreply.github.com>

* Update docs/samples/python/transformers_recognizer/transformer_recognizer.md

Co-authored-by: Omri Mendels <omri374@users.noreply.github.com>

* Update docs/samples/python/transformers_recognizer/transformer_recognizer.md

Co-authored-by: Omri Mendels <omri374@users.noreply.github.com>

* update documentation

Co-authored-by: Omri Mendels <omri374@users.noreply.github.com>
Co-authored-by: Sharon Hart <sharonh.dev@gmail.com>
2022-12-19 10:18:40 +02:00