Live data from Hacker News

NLP in 10 lines of code

cytora.com

1–3 of 3 posts

Re: NLP in 10 lines of code

#2
I 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

#3
post #2

I 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