0
I have a hundred ". jade" files that contain several static phrases in Spanish. I want to map and exchange these phrases for dynamic content based only on the type of language (since I don’t have a dictionary of previous content). What would be the fastest way to scan these files?
This resembles natural language processing, no?
– Jefferson Quesado
Try to use
dictd
... I think you will come up with a solution. If not, go posting your progress that the community helps.– user41210
I don’t know much about it either, but read on How is Computational Linguistics Different from natural language Processing?.Or the following links about Natural Language Processing: NER, Very good Natural Language Processing Tutorials, Kaggle competitions and Awesome Linguistics Resources for Spanish
– danieltakeshi