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.Linker
from(java.io.File theFile)
Read compressedDictionaryLinker.Linker
from filejava.util.Collection<IRI>
get(Span theSpan)
void
to(java.io.File theFile)
Save compressedDictionaryLinker.Linker
to 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.Linker
from file- Throws:
java.io.IOException
-
to
public void to(java.io.File theFile) throws java.io.IOException
Save compressedDictionaryLinker.Linker
to file- Throws:
java.io.IOException
-
-