Giter Club home page Giter Club logo

character-interaction-visualization's People

Contributors

zealotce avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

character-interaction-visualization's Issues

这段代码有问题 Synonymous_dict是空

def Synonymous_names(self):
'''
对于可能出现类似 贾宝玉、宝玉 两个名字都指同一个人的情况请按照

    贾宝玉
    宝玉

    这样的方式排列到小说角色文件中去
    '''
    
    Synonymous_dict= {}
    n = 0
    len_name_list = len(self._name_list)
    for i in  self._name_list:

        n += 1
        if len(i) > 2 :
            if n == len_name_list:
                print('- -||')
                break
            if i[1:] != self._name_list[n]:                    
                continue
            
            Synonymous_dict[self._name_list[n]] = i
    print('synoymous :\n{}'.format(Synonymous_dict))
    return Synonymous_dict

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.