Create preprocessor_config.json
Browse files- preprocessor_config.json +15 -4
 
    	
        preprocessor_config.json
    CHANGED
    
    | 
         @@ -1,6 +1,17 @@ 
     | 
|
| 1 | 
         
             
            {
         
     | 
| 2 | 
         
            -
              " 
     | 
| 3 | 
         
            -
             
     | 
| 4 | 
         
            -
             
     | 
| 5 | 
         
            -
             
     | 
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 
         | 
|
| 6 | 
         
             
            }
         
     | 
| 
         | 
|
| 1 | 
         
             
            {
         
     | 
| 2 | 
         
            +
              "preprocessors": [
         
     | 
| 3 | 
         
            +
                {
         
     | 
| 4 | 
         
            +
                  "type": "Lowercase"
         
     | 
| 5 | 
         
            +
                },
         
     | 
| 6 | 
         
            +
                {
         
     | 
| 7 | 
         
            +
                  "type": "PreNFKC"
         
     | 
| 8 | 
         
            +
                },
         
     | 
| 9 | 
         
            +
                {
         
     | 
| 10 | 
         
            +
                  "type": "PunctuationNormalization"
         
     | 
| 11 | 
         
            +
                },
         
     | 
| 12 | 
         
            +
                {
         
     | 
| 13 | 
         
            +
                  "type": "WhitespaceNormalization"
         
     | 
| 14 | 
         
            +
                }
         
     | 
| 15 | 
         
            +
              ],
         
     | 
| 16 | 
         
            +
              "version": "1.1"
         
     | 
| 17 | 
         
             
            }
         
     |