├── .gitignore ├── README.md ├── resources ├── book.png ├── chatbot.png ├── classification.png ├── entity_linking.png ├── icon.png ├── ner.png ├── ocr.png ├── preprocess_1.png ├── resource.png ├── semantic.png ├── speak.png ├── tagging.png └── translation.png └── tasks ├── automatic_speech_recognition.md ├── automatic_summarization.md ├── chatbot.md ├── chunking.md ├── coreference_resolution.md ├── entity_linking.md ├── event_extraction.md ├── image_captioning.md ├── information_extraction.md ├── keyword_extraction.md ├── language_detection.md ├── machine_translation.md ├── named_entity_recognition.md ├── natural_language_inference.md ├── optical_text_recognition.md ├── paraphrase_identification.md ├── parsing.md ├── part_of_speech_tagging.md ├── plagiarism_detection.md ├── question_answering.md ├── relationship_extraction.md ├── representation.md ├── resources.md ├── semantic_role_labeling.md ├── sentence_boundary_disambiguation.md ├── sentiment_analysis.md ├── speech.md ├── speech_classification.md ├── spelling_correction.md ├── text_classification.md ├── text_normalization.md ├── text_to_speech.md └── word_segmentation.md /.gitignore: -------------------------------------------------------------------------------- 1 | .idea -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/README.md -------------------------------------------------------------------------------- /resources/book.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/resources/book.png -------------------------------------------------------------------------------- /resources/chatbot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/resources/chatbot.png -------------------------------------------------------------------------------- /resources/classification.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/resources/classification.png -------------------------------------------------------------------------------- /resources/entity_linking.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/resources/entity_linking.png -------------------------------------------------------------------------------- /resources/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/resources/icon.png -------------------------------------------------------------------------------- /resources/ner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/resources/ner.png -------------------------------------------------------------------------------- /resources/ocr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/resources/ocr.png -------------------------------------------------------------------------------- /resources/preprocess_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/resources/preprocess_1.png -------------------------------------------------------------------------------- /resources/resource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/resources/resource.png -------------------------------------------------------------------------------- /resources/semantic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/resources/semantic.png -------------------------------------------------------------------------------- /resources/speak.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/resources/speak.png -------------------------------------------------------------------------------- /resources/tagging.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/resources/tagging.png -------------------------------------------------------------------------------- /resources/translation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/resources/translation.png -------------------------------------------------------------------------------- /tasks/automatic_speech_recognition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/tasks/automatic_speech_recognition.md -------------------------------------------------------------------------------- /tasks/automatic_summarization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/tasks/automatic_summarization.md -------------------------------------------------------------------------------- /tasks/chatbot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/tasks/chatbot.md -------------------------------------------------------------------------------- /tasks/chunking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/tasks/chunking.md -------------------------------------------------------------------------------- /tasks/coreference_resolution.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/tasks/coreference_resolution.md -------------------------------------------------------------------------------- /tasks/entity_linking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/tasks/entity_linking.md -------------------------------------------------------------------------------- /tasks/event_extraction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/tasks/event_extraction.md -------------------------------------------------------------------------------- /tasks/image_captioning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/tasks/image_captioning.md -------------------------------------------------------------------------------- /tasks/information_extraction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/tasks/information_extraction.md -------------------------------------------------------------------------------- /tasks/keyword_extraction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/tasks/keyword_extraction.md -------------------------------------------------------------------------------- /tasks/language_detection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/tasks/language_detection.md -------------------------------------------------------------------------------- /tasks/machine_translation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/tasks/machine_translation.md -------------------------------------------------------------------------------- /tasks/named_entity_recognition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/tasks/named_entity_recognition.md -------------------------------------------------------------------------------- /tasks/natural_language_inference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/tasks/natural_language_inference.md -------------------------------------------------------------------------------- /tasks/optical_text_recognition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/tasks/optical_text_recognition.md -------------------------------------------------------------------------------- /tasks/paraphrase_identification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/tasks/paraphrase_identification.md -------------------------------------------------------------------------------- /tasks/parsing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/tasks/parsing.md -------------------------------------------------------------------------------- /tasks/part_of_speech_tagging.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/tasks/part_of_speech_tagging.md -------------------------------------------------------------------------------- /tasks/plagiarism_detection.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/tasks/plagiarism_detection.md -------------------------------------------------------------------------------- /tasks/question_answering.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/tasks/question_answering.md -------------------------------------------------------------------------------- /tasks/relationship_extraction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/tasks/relationship_extraction.md -------------------------------------------------------------------------------- /tasks/representation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/tasks/representation.md -------------------------------------------------------------------------------- /tasks/resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/tasks/resources.md -------------------------------------------------------------------------------- /tasks/semantic_role_labeling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/tasks/semantic_role_labeling.md -------------------------------------------------------------------------------- /tasks/sentence_boundary_disambiguation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/tasks/sentence_boundary_disambiguation.md -------------------------------------------------------------------------------- /tasks/sentiment_analysis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/tasks/sentiment_analysis.md -------------------------------------------------------------------------------- /tasks/speech.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/tasks/speech.md -------------------------------------------------------------------------------- /tasks/speech_classification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/tasks/speech_classification.md -------------------------------------------------------------------------------- /tasks/spelling_correction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/tasks/spelling_correction.md -------------------------------------------------------------------------------- /tasks/text_classification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/tasks/text_classification.md -------------------------------------------------------------------------------- /tasks/text_normalization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/tasks/text_normalization.md -------------------------------------------------------------------------------- /tasks/text_to_speech.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/tasks/text_to_speech.md -------------------------------------------------------------------------------- /tasks/word_segmentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/undertheseanlp/NLP-Vietnamese-progress/HEAD/tasks/word_segmentation.md --------------------------------------------------------------------------------