மனோஜ்குமார் பழனிச்சாமி

Results 366 comments of மனோஜ்குமார் பழனிச்சாமி

> Where Got it https://huggingface.co/stanfordnlp/stanza-ta/commit/1a6352282b2e28a8aa9a9da7f33f215e71405745

> கற்ற is ADJ not ADV Now it is showing as VERB. Is there any visualization tool for how it detects?

Eg: A learned boy. DET VERB NOUN PUNCT Here, shouldn't "learned" be ADJ? ``` import logging import stanza from transformers import logging logging.set_verbosity_error() stanza.logging.getLogger('stanza').setLevel(logging.ERROR) # Download and initialize the Tamil...

Did you think to point examples of `learned` instead of `trained`? https://www.dictionary.com/browse/learned

> that you're going for https://www.dictionary.com/browse/learned#:~:text=on%20Thesaurus.com-,adjective,-having%20much%20knowledge

> > that you're going for > > [dictionary.com/browse/learned#:~:text=on%20Thesaurus.com-,adjective,-having%20much%20knowledge](https://www.dictionary.com/browse/learned#:~:text=on%20Thesaurus.com-,adjective,-having%20much%20knowledge) I was saying that they mentioned it as an Adjective instead of a verb here. -- https://www.dictionary.com/browse/trained For `trained`, they redirected...

[fastai.text NameError: name 'BaseTokenizer' is not defined](https://stackoverflow.com/a/65376957)

Use Python 3.11 [When should you upgrade to Python 3.12?](https://pythonspeed.com/articles/upgrade-python-3.12/)

> -py3.12 still uses 3.12

> python3.8 update to 3.11