cc.factorie.app.bib

FeatureUtils

object FeatureUtils

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. FeatureUtils
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val MatcherType1: Regex

  7. val MatcherType2: Regex

  8. val MatcherType3: Regex

  9. val MatcherType4: Regex

  10. val MatcherType5: Regex

  11. def acroForLower(s: String): String

  12. def addFeatures(paper: PaperEntity, getVenueBags: (String) ⇒ Seq[String]): Unit

  13. def addFeatures(author: AuthorEntity): Unit

  14. var affiliationExactSizeCount: Int

  15. var affiliationTotalCount: Int

  16. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  17. def bin(d: Double, name: String, ltBins: Seq[Double] = Seq(0.0,0.1,0.5), gtBins: Seq[Double] = Seq(0.0,0.1,0.5)): ArrayBuffer[String]

  18. def binGT(d: Double, name: String, bins: Seq[Double] = Seq(0.1,0.25,0.5,0.75,1.0)): ArrayBuffer[String]

  19. def binLT(d: Double, name: String, bins: Seq[Double] = Seq(0.0,0.25,0.5)): ArrayBuffer[String]

  20. def calculateTFIDF(papers: Iterable[PaperEntity], tokenizer: (PaperEntity) ⇒ Seq[String], tfidf: HashMap[String, Double]): Unit

  21. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. def compressWord(word: String): String

  23. def deAccent(s: String): String

  24. var emailExactSizeCount: Int

  25. var emailTotalCount: Int

  26. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  28. def extractAffiliations(paper: PaperEntity): Unit

  29. def extractEmails(paper: PaperEntity): Unit

  30. def extractFML(nameString: String): (String, String, String)

  31. def filterFieldNameForMongo(s: String): String

  32. def filterOnToken(s: String, stopWordsRegEx: String): String

  33. def filterVenue(s: String): String

  34. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  35. def firstInitialLastName(author: AuthorEntity): String

  36. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  37. def getVenueAcronyms(s: String): HashMap[String, Double]

  38. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  39. def isInitial(s: String): Boolean

  40. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  41. def js(p: Seq[Double], q: Seq[Double]): Double

  42. val keywordFilterRegex: String

  43. def keywordTokens(keywords: String): Array[String]

  44. def kl(p: Seq[Double], q: Seq[Double]): Double

  45. def limit(s: String, size: Int): String

  46. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  47. def normalizeName(name: String): String

  48. final def notify(): Unit

    Definition Classes
    AnyRef
  49. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  50. def paperHash(paper: PaperEntity): String

  51. def removeRepeatedLetters(word: String): String

  52. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  53. def titleHash(title: String): String

  54. def titleHashOld(title: String): String

  55. def toString(): String

    Definition Classes
    AnyRef → Any
  56. val tokenFilterString: String

  57. def tokenizeVenuesForAuthors(s: String): Seq[String]

  58. val venForAuthStops: String

  59. def venueAKA(s: String): String

  60. def venueBag(s: String): Seq[String]

  61. def venueBagAcrOnly(s: String): Seq[String]

  62. val venueP0: String

  63. val venueP1: String

  64. val venueP2: String

  65. val venueP3: String

  66. val venueP4: String

  67. val venueP5: String

  68. val venuePost: String

  69. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  70. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  71. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped