Project

General

Profile

« Previous | Next » 

Revision 52751

Workaround for CLARIN mining issue: #3670#note-29

View differences:

XmlRecordFactory.java
511 511
			}
512 512

  
513 513
			if (Context.getDescriptor().equals(fd.getMessageType()) && (o != null)) {
514
				contextes.add(((Context) o).getId());
514
				final String contextid = ((Context) o).getId();
515
				contextes.add(contextid);
516
				/* FIXME: Workaround for CLARIN mining issue: #3670#note-29 */
517
				if(contextid.equalsIgnoreCase("dh-ch::subcommunity::2")){
518
					contextes.add("clarin");
519
				}
520

  
515 521
			}
516 522

  
517 523
			if (ExtraInfo.getDescriptor().equals(fd.getMessageType()) && (o != null)) {

Also available in: Unified diff