Skip to content

Commit e8df1fb

Browse files
Update core/src/main/java/org/dbpedia/extraction/nif/LinkExtractor.java
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
1 parent 7879400 commit e8df1fb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

core/src/main/java/org/dbpedia/extraction/nif/LinkExtractor.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ public LinkExtractor(NifExtractorContext context) {
2929

3030
/**
3131
* Gets called when entering an element
32-
* -handle text cleanup and remove Wikipedia specific stuff like reference
33-
* numbers
34-
* -if we encounter a link, we make a new nif:Word
32+
* - handle text cleanup and remove Wikipedia specific stuff like reference
33+
* numbers
34+
* - if we encounter a link, we make a new nif:Word
3535
* -we get the text out of a whitelist of elements.
3636
* If we encounter a non-whitelisted element, we set this.skipLevel to the
3737
* current depth

0 commit comments

Comments
 (0)