Post
421
π’ So far I been passioned about making NLP pipeline for handling iterator of texts with no-string dependency from besides third-party providers of your choice.
By starting with text-translation, delighted to share the related notebooks that might save you time for handling your data
β https://github.com/nicolay-r/nlp-thirdgate
Example of using GoogleTranslate API in no-string for handling textual data iterators with spans:
π https://github.com/nicolay-r/nlp-thirdgate/blob/master/tutorials/translate_texts_with_spans_via_googletrans.ipynb
The key concept is that all these API examples could be tied into a single pipeline using AREkit
π https://github.com/nicolay-r/AREkit
π οΈ The further plan is to popualte this repo with
1. NER (DeepPavlov models wrapper)
2. LLM with fancy out-of-the-box chain-of-thought declaration support.
By starting with text-translation, delighted to share the related notebooks that might save you time for handling your data
β https://github.com/nicolay-r/nlp-thirdgate
Example of using GoogleTranslate API in no-string for handling textual data iterators with spans:
π https://github.com/nicolay-r/nlp-thirdgate/blob/master/tutorials/translate_texts_with_spans_via_googletrans.ipynb
The key concept is that all these API examples could be tied into a single pipeline using AREkit
π https://github.com/nicolay-r/AREkit
π οΈ The further plan is to popualte this repo with
1. NER (DeepPavlov models wrapper)
2. LLM with fancy out-of-the-box chain-of-thought declaration support.