Class DictionaryLinker.Linker
- java.lang.Object
 - 
- com.complexible.stardog.docs.nlp.impl.DictionaryLinker.Linker
 
 
- 
- Enclosing class:
 - DictionaryLinker
 
public static class DictionaryLinker.Linker extends java.lang.Object 
- 
- 
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DictionaryLinker.Linkerfrom(java.io.File theFile)Read compressedDictionaryLinker.Linkerfrom filejava.util.Collection<IRI>get(Span theSpan)voidto(java.io.File theFile)Save compressedDictionaryLinker.Linkerto file 
 - 
 
- 
- 
Constructor Detail
- 
Linker
public Linker(com.google.common.collect.ImmutableMultimap<java.lang.String,IRI> theLinks)
 
 - 
 
- 
Method Detail
- 
from
public static DictionaryLinker.Linker from(java.io.File theFile) throws java.io.IOException
Read compressedDictionaryLinker.Linkerfrom file- Throws:
 java.io.IOException
 
- 
to
public void to(java.io.File theFile) throws java.io.IOExceptionSave compressedDictionaryLinker.Linkerto file- Throws:
 java.io.IOException
 
 - 
 
 -