|
4 | 4 |
|
5 | 5 | ### English
|
6 | 6 |
|
7 |
| -- [ASR](asr.md) |
8 |
| -- [CCG supertagging](ccg_supertagging.md) |
9 |
| -- [Chunking](chunking.md) |
10 |
| -- [Constituency parsing](constituency_parsing.md) |
11 |
| -- [Coreference resolution](coreference_resolution.md) |
12 |
| -- [Dependency parsing](dependency_parsing.md) |
13 |
| -- [Dialog](dialog.md) |
14 |
| -- [Domain adaptation](domain_adaptation.md) |
15 |
| -- [Entity Linking](entity_linking.md) |
16 |
| -- [Grammatical Error Correction](grammatical_error_correction.md) |
17 |
| -- [Information Extraction](information_extraction.md) |
18 |
| -- [Language modeling](language_modeling.md) |
19 |
| -- [Lexical Normalization](lexical_normalization.md) |
20 |
| -- [Machine translation](machine_translation.md) |
21 |
| -- [Multi-task learning](multi-task_learning.md) |
22 |
| -- [Multimodal](multimodal.md) |
23 |
| -- [Named entity recognition](named_entity_recognition.md) |
24 |
| -- [Natural language inference](natural_language_inference.md) |
25 |
| -- [Part-of-speech tagging](part-of-speech_tagging.md) |
26 |
| -- [Question answering](question_answering.md) |
27 |
| -- [Relation Prediction](relation_prediction.md) |
28 |
| -- [Relationship extraction](relationship_extraction.md) |
29 |
| -- [Semantic textual similarity](semantic_textual_similarity.md) |
30 |
| -- [Sentiment analysis](sentiment_analysis.md) |
31 |
| -- [Semantic parsing](semantic_parsing.md) |
32 |
| -- [Semantic role labeling](semantic_role_labeling.md) |
33 |
| -- [Stance detection](stance_detection.md) |
34 |
| -- [Summarization](summarization.md) |
35 |
| -- [Taxonomy learning](taxonomy_learning.md) |
36 |
| -- [Temporal Processing](temporal_processing.md) |
37 |
| -- [Text classification](text_classification.md) |
38 |
| -- [Word Sense Disambiguation](word_sense_disambiguation.md) |
| 7 | +- [ASR](english/asr.md) |
| 8 | +- [CCG supertagging](english/ccg_supertagging.md) |
| 9 | +- [Chunking](english/chunking.md) |
| 10 | +- [Constituency parsing](english/constituency_parsing.md) |
| 11 | +- [Coreference resolution](english/coreference_resolution.md) |
| 12 | +- [Dependency parsing](english/dependency_parsing.md) |
| 13 | +- [Dialog](english/dialog.md) |
| 14 | +- [Domain adaptation](english/domain_adaptation.md) |
| 15 | +- [Entity Linking](english/entity_linking.md) |
| 16 | +- [Grammatical Error Correction](english/grammatical_error_correction.md) |
| 17 | +- [Information Extraction](english/information_extraction.md) |
| 18 | +- [Language modeling](english/language_modeling.md) |
| 19 | +- [Lexical Normalization](english/lexical_normalization.md) |
| 20 | +- [Machine translation](english/machine_translation.md) |
| 21 | +- [Multi-task learning](english/multi-task_learning.md) |
| 22 | +- [Multimodal](english/multimodal.md) |
| 23 | +- [Named entity recognition](english/named_entity_recognition.md) |
| 24 | +- [Natural language inference](english/natural_language_inference.md) |
| 25 | +- [Part-of-speech tagging](english/part-of-speech_tagging.md) |
| 26 | +- [Question answering](english/question_answering.md) |
| 27 | +- [Relation Prediction](english/relation_prediction.md) |
| 28 | +- [Relationship extraction](english/relationship_extraction.md) |
| 29 | +- [Semantic textual similarity](english/semantic_textual_similarity.md) |
| 30 | +- [Sentiment analysis](english/sentiment_analysis.md) |
| 31 | +- [Semantic parsing](english/semantic_parsing.md) |
| 32 | +- [Semantic role labeling](english/semantic_role_labeling.md) |
| 33 | +- [Stance detection](english/stance_detection.md) |
| 34 | +- [Summarization](english/summarization.md) |
| 35 | +- [Taxonomy learning](english/taxonomy_learning.md) |
| 36 | +- [Temporal Processing](english/temporal_processing.md) |
| 37 | +- [Text classification](english/text_classification.md) |
| 38 | +- [Word Sense Disambiguation](english/word_sense_disambiguation.md) |
39 | 39 |
|
40 | 40 | ### Korean
|
41 | 41 |
|
42 |
| -- [Chunking](korean.md) |
43 |
| -- [Part-of-speech tagging](korean.md) |
| 42 | +- [Chunking](korean/korean.md) |
| 43 | +- [Part-of-speech tagging](korean/korean.md) |
44 | 44 |
|
45 | 45 | ### Hindi
|
46 | 46 |
|
47 |
| -- [Chunking](hindi.md) |
48 |
| -- [Machine Translation](hindi.md) |
| 47 | +- [Chunking](hindi/hindi.md) |
| 48 | +- [Machine Translation](hindi/hindi.md) |
49 | 49 |
|
50 | 50 | ### Vietnamese
|
51 | 51 |
|
52 |
| -- [Word segmentation](vietnamese.md) |
53 |
| -- [Part-of-speech tagging](vietnamese.md) |
54 |
| -- [Named entity recognition](vietnamese.md) |
55 |
| -- [Dependency parsing](vietnamese.md) |
56 |
| -- [Machine translation](vietnamese.md) |
57 |
| - |
58 |
| - |
59 |
| - |
| 52 | +- [Word segmentation](vietnamese/vietnamese.md) |
| 53 | +- [Part-of-speech tagging](vietnamese/vietnamese.md) |
| 54 | +- [Named entity recognition](vietnamese/vietnamese.md) |
| 55 | +- [Dependency parsing](vietnamese/vietnamese.md) |
| 56 | +- [Machine translation](vietnamese/vietnamese.md) |
60 | 57 |
|
61 | 58 | This document aims to track the progress in Natural Language Processing (NLP) and give an overview
|
62 | 59 | of the state-of-the-art (SOTA) across the most common NLP tasks and their corresponding datasets.
|
|
0 commit comments