/Drug_NLP

The NLP project in law field

Primary LanguageJupyter Notebook

#model load and use

model = Doc2Vec.load("model.bin") vector = model.infer_vector([list of string])

Law NLP is on github!