April 2019
Intermediate to advanced
544 pages
17h 29m
English
We’ve collected some definitions of common natural language processing and machine language acronyms and terminology here.[1]
You can find some of the parsers and regular expressions we used to help generate this list in the nlpia Python package at github.com/totalgood/nlpia (https://github.com/totalgood/nlpia).[2] This listing shows how we used nlpia to draft this glossary:
>>> from nlpia.book_parser import write_glossary
>>> from nlpia.constants import DATA_PATH
>>> print(write_glossary(
... os.path.join(DATA_PATH, 'book'))) ❶ == Acronyms [acronyms,template="glossary",id="terms"] *AGI*:: Artificial general intelligence -- *AI*:: Artificial intelligence -- *AIML*:: Artificial Intelligence Markup Language -- *ANN*:: Approximate nearest ...Read now
Unlock full access