Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save omchaithanyav/4bcf67ba1a800435593ff19901468062 to your computer and use it in GitHub Desktop.
Save omchaithanyav/4bcf67ba1a800435593ff19901468062 to your computer and use it in GitHub Desktop.
Lexical_Analysis = hub.Module(name = "lac")
test_text = ["I am an immortal"]
print(Lexical_Analysis.lexical_analysis(texts = test_text))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment