Create adult text classifier ML Model wip - starting to write PTN in c# More work on season, show and movie parsing Remove ML project
7 lines
144 B
C#
7 lines
144 B
C#
namespace Producer.Features.ParseTorrentTitle;
|
|
|
|
public class Revision
|
|
{
|
|
public int Version { get; set; }
|
|
public int Real { get; set; }
|
|
} |