NLP in 10 lines of code
cytora.com
NLP in 10 lines of code
1–3 of 3 posts
Re: NLP in 10 lines of code
#2I have to say I quite dislike the title of this. NLP in 10 lines of code, by importing a library. A lot can be 10 lines of code in that case.
CLI parser in 10 lines or less: import cliparser;
I get that it is to show of the API though :-)
Re: NLP in 10 lines of code
#3I have to say I quite dislike the title of this. NLP in 10 lines of code, by importing a library. A lot can be 10 lines of code in that case. CLI parser in 10 lines or less: import cliparser; I get that it is to show of the API though :-)
Indeed! Also they've got it under 10 lines using python - they should have done it in 10 lines of assembly :D