C# Class OpenTween.TweetExtractor

Afficher le fichier Open project: opentween/OpenTween Class Usage Examples

Méthodes publiques

Méthode Description
ExtractHashtagEntities ( string text ) : IEnumerable

テキストからハッシュタグを抽出してエンティティとして返します

ExtractMentionEntities ( string text ) : IEnumerable

テキストからメンションを抽出してエンティティとして返します

ExtractUrlEntities ( string text ) : IEnumerable

テキストから URL を抽出してエンティティとして返します

ExtractUrls ( string text ) : IEnumerable

テキストから URL を抽出して返します

Method Details

ExtractHashtagEntities() public static méthode

テキストからハッシュタグを抽出してエンティティとして返します
public static ExtractHashtagEntities ( string text ) : IEnumerable
text string
Résultat IEnumerable

ExtractMentionEntities() public static méthode

テキストからメンションを抽出してエンティティとして返します
public static ExtractMentionEntities ( string text ) : IEnumerable
text string
Résultat IEnumerable

ExtractUrlEntities() public static méthode

テキストから URL を抽出してエンティティとして返します
public static ExtractUrlEntities ( string text ) : IEnumerable
text string
Résultat IEnumerable

ExtractUrls() public static méthode

テキストから URL を抽出して返します
public static ExtractUrls ( string text ) : IEnumerable
text string
Résultat IEnumerable