Skip to content

Some experiments with natural language processing.

Notifications You must be signed in to change notification settings

dulatf/nlp_experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

NLP experiments in Python and Julia

  • a simple part-of-speech tagger using a hidden Markov model implemented from scratch in Julia.
  • a simple seq2seq neural translator using tensorflow 2.0